#[repr(C)]pub struct WireDevfsAddArgs { /* private fields */ }
Expand description
The wire type corresponding to DevfsAddArgs
.
Implementations§
Source§impl WireDevfsAddArgs
impl WireDevfsAddArgs
pub fn connector(&self) -> Option<&ClientEnd<WireChannel, Connector>>
pub fn class_name(&self) -> Option<&WireString>
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 Debug for WireDevfsAddArgs
impl Debug for WireDevfsAddArgs
Source§impl<___D> Decode<___D> for WireDevfsAddArgswhere
___D: Decoder + ?Sized + HandleDecoder,
impl<___D> Decode<___D> for WireDevfsAddArgswhere
___D: Decoder + ?Sized + HandleDecoder,
Source§impl TakeFrom<WireDevfsAddArgs> for DevfsAddArgs
impl TakeFrom<WireDevfsAddArgs> for DevfsAddArgs
Source§fn take_from(from: &WireDevfsAddArgs) -> Self
fn take_from(from: &WireDevfsAddArgs) -> 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<WireDevfsAddArgs> for DevfsAddArgs
impl TakeFrom<WireDevfsAddArgs> for DevfsAddArgs
Source§fn take_from(from: &WireDevfsAddArgs) -> Self
fn take_from(from: &WireDevfsAddArgs) -> 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 WireDevfsAddArgs
impl ZeroPadding for WireDevfsAddArgs
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 WireDevfsAddArgs
impl RefUnwindSafe for WireDevfsAddArgs
impl !Send for WireDevfsAddArgs
impl !Sync for WireDevfsAddArgs
impl Unpin for WireDevfsAddArgs
impl UnwindSafe for WireDevfsAddArgs
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