#[repr(C)]pub struct WireDevfsAddArgs<'de> { /* private fields */ }
Expand description
The wire type corresponding to DevfsAddArgs
.
Implementations§
Source§impl<'de> WireDevfsAddArgs<'de>
impl<'de> WireDevfsAddArgs<'de>
pub fn connector(&self) -> Option<&ClientEnd<WireChannel, Connector>>
pub fn class_name(&self) -> Option<&WireString<'de>>
pub fn inspect(&self) -> Option<&WireHandle>
pub fn connector_supports(&self) -> Option<&WireConnectionType>
pub fn controller_connector(&self) -> Option<&ClientEnd<WireChannel, Connector>>
Trait Implementations§
Source§impl<'de> Debug for WireDevfsAddArgs<'de>
impl<'de> Debug for WireDevfsAddArgs<'de>
Source§impl<___D> Decode<___D> for WireDevfsAddArgs<'static>where
___D: Decoder + ?Sized + HandleDecoder,
impl<___D> Decode<___D> for WireDevfsAddArgs<'static>where
___D: Decoder + ?Sized + HandleDecoder,
Source§impl<'de> Drop for WireDevfsAddArgs<'de>
impl<'de> Drop for WireDevfsAddArgs<'de>
Source§impl<'de> FromWire<WireDevfsAddArgs<'de>> for DevfsAddArgs
impl<'de> FromWire<WireDevfsAddArgs<'de>> for DevfsAddArgs
Source§fn from_wire(wire: WireDevfsAddArgs<'de>) -> Self
fn from_wire(wire: WireDevfsAddArgs<'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 WireDevfsAddArgs<'static>
impl Wire for WireDevfsAddArgs<'static>
Source§type Decoded<'de> = WireDevfsAddArgs<'de>
type Decoded<'de> = WireDevfsAddArgs<'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 WireDevfsAddArgs<'de>
impl<'de> RefUnwindSafe for WireDevfsAddArgs<'de>
impl<'de> !Send for WireDevfsAddArgs<'de>
impl<'de> !Sync for WireDevfsAddArgs<'de>
impl<'de> Unpin for WireDevfsAddArgs<'de>
impl<'de> !UnwindSafe for WireDevfsAddArgs<'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