pub struct DriverStartArgs<'de> { /* private fields */ }Expand description
The wire type corresponding to DriverStartArgs.
Implementations§
Source§impl<'de> DriverStartArgs<'de>
impl<'de> DriverStartArgs<'de>
pub fn node(&self) -> Option<&ClientEnd<Node, WireChannel>>
pub fn symbols(&self) -> Option<&WireVector<'de, NodeSymbol<'de>>>
pub fn url(&self) -> Option<&WireString<'de>>
pub fn program(&self) -> Option<&Dictionary<'de>>
pub fn incoming(&self) -> Option<&WireVector<'de, ComponentNamespaceEntry<'de>>>
pub fn outgoing_dir(&self) -> Option<&ServerEnd<Directory, WireChannel>>
pub fn config(&self) -> Option<&WireVmo>
pub fn node_name(&self) -> Option<&WireString<'de>>
pub fn node_properties( &self, ) -> Option<&WireVector<'de, NodePropertyEntry<'de>>>
pub fn node_offers(&self) -> Option<&WireVector<'de, Offer<'de>>>
pub fn node_token(&self) -> Option<&WireEvent>
pub fn node_properties_2( &self, ) -> Option<&WireVector<'de, NodePropertyEntry2<'de>>>
pub fn vmar(&self) -> Option<&WireVmar>
Trait Implementations§
Source§impl<'de> Debug for DriverStartArgs<'de>
impl<'de> Debug for DriverStartArgs<'de>
Source§impl<___D> Decode<___D> for DriverStartArgs<'static>where
___D: Decoder + ?Sized + HandleDecoder,
impl<___D> Decode<___D> for DriverStartArgs<'static>where
___D: Decoder + ?Sized + HandleDecoder,
Source§impl<'de> Drop for DriverStartArgs<'de>
impl<'de> Drop for DriverStartArgs<'de>
Source§impl<___E> Encode<DriverStartArgs<'static>, ___E> for DriverStartArgswhere
___E: Encoder + ?Sized + HandleEncoder,
impl<___E> Encode<DriverStartArgs<'static>, ___E> for DriverStartArgswhere
___E: Encoder + ?Sized + HandleEncoder,
Source§fn encode(
self,
encoder: &mut ___E,
out: &mut MaybeUninit<DriverStartArgs<'static>>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder: &mut ___E, out: &mut MaybeUninit<DriverStartArgs<'static>>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
§const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
Source§impl<'de> FromWire<DriverStartArgs<'de>> for DriverStartArgs
impl<'de> FromWire<DriverStartArgs<'de>> for DriverStartArgs
Source§fn from_wire(wire_: DriverStartArgs<'de>) -> Self
fn from_wire(wire_: DriverStartArgs<'de>) -> Self
Converts the given
wire to this type.§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl<'de> IntoNatural for DriverStartArgs<'de>
impl<'de> IntoNatural for DriverStartArgs<'de>
Source§type Natural = DriverStartArgs
type Natural = DriverStartArgs
A good default type for this wire type to convert into.
§fn into_natural(self) -> Self::Natural
fn into_natural(self) -> Self::Natural
Converts this type into its natural equivalent.
Source§impl Wire for DriverStartArgs<'static>
impl Wire for DriverStartArgs<'static>
Source§type Decoded<'de> = DriverStartArgs<'de>
type Decoded<'de> = DriverStartArgs<'de>
The decoded wire type, restricted to the
'de lifetime.Source§fn zero_padding(out: &mut MaybeUninit<Self>)
fn zero_padding(out: &mut MaybeUninit<Self>)
Writes zeroes to the padding for this type, if any.
impl Unconstrained for DriverStartArgs<'_>
Auto Trait Implementations§
impl<'de> Freeze for DriverStartArgs<'de>
impl<'de> RefUnwindSafe for DriverStartArgs<'de>
impl<'de> Send for DriverStartArgs<'de>
impl<'de> Sync for DriverStartArgs<'de>
impl<'de> Unpin for DriverStartArgs<'de>
impl<'de> !UnwindSafe for DriverStartArgs<'de>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> Constrained for Twhere
T: Unconstrained,
impl<T> Constrained for Twhere
T: Unconstrained,
Source§impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
Source§impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T to [Self]