#[repr(C)]pub struct WireNodeAddArgs<'de> { /* private fields */ }
Expand description
The wire type corresponding to NodeAddArgs
.
Implementations§
Source§impl<'de> WireNodeAddArgs<'de>
impl<'de> WireNodeAddArgs<'de>
pub fn name(&self) -> Option<&WireString<'de>>
pub fn symbols(&self) -> Option<&WireVector<'de, WireNodeSymbol<'de>>>
pub fn properties(&self) -> Option<&WireVector<'de, WireNodeProperty<'de>>>
pub fn devfs_args(&self) -> Option<&WireDevfsAddArgs<'de>>
pub fn offers2(&self) -> Option<&WireVector<'de, WireOffer<'de>>>
pub fn bus_info(&self) -> Option<&WireBusInfo<'de>>
pub fn properties2(&self) -> Option<&WireVector<'de, WireNodeProperty2<'de>>>
Trait Implementations§
Source§impl<'de> Debug for WireNodeAddArgs<'de>
impl<'de> Debug for WireNodeAddArgs<'de>
Source§impl<___D> Decode<___D> for WireNodeAddArgs<'static>where
___D: Decoder + ?Sized + HandleDecoder,
impl<___D> Decode<___D> for WireNodeAddArgs<'static>where
___D: Decoder + ?Sized + HandleDecoder,
Source§impl<'de> Drop for WireNodeAddArgs<'de>
impl<'de> Drop for WireNodeAddArgs<'de>
Source§impl<'de> FromWire<WireNodeAddArgs<'de>> for NodeAddArgs
impl<'de> FromWire<WireNodeAddArgs<'de>> for NodeAddArgs
Source§fn from_wire(wire: WireNodeAddArgs<'de>) -> Self
fn from_wire(wire: WireNodeAddArgs<'de>) -> Self
Converts the given
wire
to this type.§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl Wire for WireNodeAddArgs<'static>
impl Wire for WireNodeAddArgs<'static>
Source§type Decoded<'de> = WireNodeAddArgs<'de>
type Decoded<'de> = WireNodeAddArgs<'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.
Auto Trait Implementations§
impl<'de> Freeze for WireNodeAddArgs<'de>
impl<'de> RefUnwindSafe for WireNodeAddArgs<'de>
impl<'de> !Send for WireNodeAddArgs<'de>
impl<'de> !Sync for WireNodeAddArgs<'de>
impl<'de> Unpin for WireNodeAddArgs<'de>
impl<'de> !UnwindSafe for WireNodeAddArgs<'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