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