pub struct WireUnlinkFlags { /* private fields */ }
Expand description
The wire type corresponding to UnlinkFlags
.
Trait Implementations§
Source§impl Clone for WireUnlinkFlags
impl Clone for WireUnlinkFlags
Source§fn clone(&self) -> WireUnlinkFlags
fn clone(&self) -> WireUnlinkFlags
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WireUnlinkFlags
impl Debug for WireUnlinkFlags
Source§impl<___D> Decode<___D> for WireUnlinkFlagswhere
___D: ?Sized,
impl<___D> Decode<___D> for WireUnlinkFlagswhere
___D: ?Sized,
Source§impl From<UnlinkFlags> for WireUnlinkFlags
impl From<UnlinkFlags> for WireUnlinkFlags
Source§fn from(natural: UnlinkFlags) -> Self
fn from(natural: UnlinkFlags) -> Self
Converts to this type from the input type.
Source§impl From<WireUnlinkFlags> for UnlinkFlags
impl From<WireUnlinkFlags> for UnlinkFlags
Source§fn from(wire: WireUnlinkFlags) -> Self
fn from(wire: WireUnlinkFlags) -> Self
Converts to this type from the input type.
Source§impl TakeFrom<WireUnlinkFlags> for UnlinkFlags
impl TakeFrom<WireUnlinkFlags> for UnlinkFlags
Source§fn take_from(from: &WireUnlinkFlags) -> Self
fn take_from(from: &WireUnlinkFlags) -> 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<WireUnlinkFlags> for UnlinkFlags
impl TakeFrom<WireUnlinkFlags> for UnlinkFlags
Source§fn take_from(from: &WireUnlinkFlags) -> Self
fn take_from(from: &WireUnlinkFlags) -> 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 WireUnlinkFlags
impl ZeroPadding for WireUnlinkFlags
Source§fn zero_padding(_: &mut MaybeUninit<Self>)
fn zero_padding(_: &mut MaybeUninit<Self>)
Writes zeroes to the padding for this type, if any.
impl Copy for WireUnlinkFlags
Auto Trait Implementations§
impl Freeze for WireUnlinkFlags
impl RefUnwindSafe for WireUnlinkFlags
impl Send for WireUnlinkFlags
impl Sync for WireUnlinkFlags
impl Unpin for WireUnlinkFlags
impl UnwindSafe for WireUnlinkFlags
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