pub struct WireVmoFlags { /* private fields */ }
Expand description
The wire type corresponding to VmoFlags
.
Trait Implementations§
Source§impl Clone for WireVmoFlags
impl Clone for WireVmoFlags
Source§fn clone(&self) -> WireVmoFlags
fn clone(&self) -> WireVmoFlags
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 WireVmoFlags
impl Debug for WireVmoFlags
Source§impl<___D> Decode<___D> for WireVmoFlagswhere
___D: ?Sized,
impl<___D> Decode<___D> for WireVmoFlagswhere
___D: ?Sized,
Source§impl From<VmoFlags> for WireVmoFlags
impl From<VmoFlags> for WireVmoFlags
Source§impl From<WireVmoFlags> for VmoFlags
impl From<WireVmoFlags> for VmoFlags
Source§fn from(wire: WireVmoFlags) -> Self
fn from(wire: WireVmoFlags) -> Self
Converts to this type from the input type.
Source§impl TakeFrom<WireVmoFlags> for VmoFlags
impl TakeFrom<WireVmoFlags> for VmoFlags
Source§fn take_from(from: &WireVmoFlags) -> Self
fn take_from(from: &WireVmoFlags) -> 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<WireVmoFlags> for VmoFlags
impl TakeFrom<WireVmoFlags> for VmoFlags
Source§fn take_from(from: &WireVmoFlags) -> Self
fn take_from(from: &WireVmoFlags) -> 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 WireVmoFlags
impl ZeroPadding for WireVmoFlags
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 WireVmoFlags
Auto Trait Implementations§
impl Freeze for WireVmoFlags
impl RefUnwindSafe for WireVmoFlags
impl Send for WireVmoFlags
impl Sync for WireVmoFlags
impl Unpin for WireVmoFlags
impl UnwindSafe for WireVmoFlags
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