#[repr(C)]pub struct WireStartChildArgs { /* private fields */ }
Expand description
The wire type corresponding to StartChildArgs
.
Implementations§
Source§impl WireStartChildArgs
impl WireStartChildArgs
pub fn numbered_handles(&self) -> Option<&WireVector<WireHandleInfo>>
pub fn namespace_entries(&self) -> Option<&WireVector<WireNamespaceEntry>>
pub fn dictionary(&self) -> Option<&WireDictionaryRef>
Trait Implementations§
Source§impl Debug for WireStartChildArgs
impl Debug for WireStartChildArgs
Source§impl<___D> Decode<___D> for WireStartChildArgswhere
___D: Decoder + ?Sized + HandleDecoder,
impl<___D> Decode<___D> for WireStartChildArgswhere
___D: Decoder + ?Sized + HandleDecoder,
Source§impl TakeFrom<WireStartChildArgs> for StartChildArgs
impl TakeFrom<WireStartChildArgs> for StartChildArgs
Source§fn take_from(from: &WireStartChildArgs) -> Self
fn take_from(from: &WireStartChildArgs) -> Self
Converts from the given
T
, taking any resources that can’t be cloned.§const COPY_OPTIMIZATION: CopyOptimization<Self> = _
const COPY_OPTIMIZATION: CopyOptimization<Self> = _
An optimization flag that allows the bytes of this type to be copied directly during
conversion instead of calling
take_from
. Read moreSource§impl TakeFrom<WireStartChildArgs> for StartChildArgs
impl TakeFrom<WireStartChildArgs> for StartChildArgs
Source§fn take_from(from: &WireStartChildArgs) -> Self
fn take_from(from: &WireStartChildArgs) -> Self
Converts from the given
T
, taking any resources that can’t be cloned.§const COPY_OPTIMIZATION: CopyOptimization<Self> = _
const COPY_OPTIMIZATION: CopyOptimization<Self> = _
An optimization flag that allows the bytes of this type to be copied directly during
conversion instead of calling
take_from
. Read moreSource§impl ZeroPadding for WireStartChildArgs
impl ZeroPadding for WireStartChildArgs
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.
Auto Trait Implementations§
impl Freeze for WireStartChildArgs
impl RefUnwindSafe for WireStartChildArgs
impl !Send for WireStartChildArgs
impl !Sync for WireStartChildArgs
impl Unpin for WireStartChildArgs
impl UnwindSafe for WireStartChildArgs
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