#[repr(C)]pub struct WireNodeAddArgs { /* private fields */ }
Expand description
The wire type corresponding to NodeAddArgs
.
Implementations§
Source§impl WireNodeAddArgs
impl WireNodeAddArgs
pub fn name(&self) -> Option<&WireString>
pub fn offers(&self) -> Option<&WireVector<WireOffer>>
pub fn symbols(&self) -> Option<&WireVector<WireNodeSymbol>>
pub fn properties(&self) -> Option<&WireVector<WireNodeProperty>>
pub fn devfs_args(&self) -> Option<&WireDevfsAddArgs>
pub fn offers2(&self) -> Option<&WireVector<WireOffer>>
pub fn bus_info(&self) -> Option<&WireBusInfo>
pub fn properties2(&self) -> Option<&WireVector<WireNodeProperty2>>
Trait Implementations§
Source§impl Debug for WireNodeAddArgs
impl Debug for WireNodeAddArgs
Source§impl<___D> Decode<___D> for WireNodeAddArgswhere
___D: Decoder + ?Sized + HandleDecoder,
impl<___D> Decode<___D> for WireNodeAddArgswhere
___D: Decoder + ?Sized + HandleDecoder,
Source§impl TakeFrom<WireNodeAddArgs> for NodeAddArgs
impl TakeFrom<WireNodeAddArgs> for NodeAddArgs
Source§fn take_from(from: &WireNodeAddArgs) -> Self
fn take_from(from: &WireNodeAddArgs) -> 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<WireNodeAddArgs> for NodeAddArgs
impl TakeFrom<WireNodeAddArgs> for NodeAddArgs
Source§fn take_from(from: &WireNodeAddArgs) -> Self
fn take_from(from: &WireNodeAddArgs) -> 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 WireNodeAddArgs
impl ZeroPadding for WireNodeAddArgs
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 WireNodeAddArgs
impl RefUnwindSafe for WireNodeAddArgs
impl !Send for WireNodeAddArgs
impl !Sync for WireNodeAddArgs
impl Unpin for WireNodeAddArgs
impl UnwindSafe for WireNodeAddArgs
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