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 FromWire<WireNodeAttributeFlags> for NodeAttributeFlags
impl FromWire<WireNodeAttributeFlags> for NodeAttributeFlags
Source§fn from_wire(wire: WireNodeAttributeFlags) -> Self
fn from_wire(wire: WireNodeAttributeFlags) -> Self
Converts the given
wire
to this type.§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl FromWireRef<WireNodeAttributeFlags> for NodeAttributeFlags
impl FromWireRef<WireNodeAttributeFlags> for NodeAttributeFlags
Source§fn from_wire_ref(wire: &WireNodeAttributeFlags) -> Self
fn from_wire_ref(wire: &WireNodeAttributeFlags) -> Self
Converts the given
wire
reference to this type.Source§impl Wire for WireNodeAttributeFlags
impl Wire for WireNodeAttributeFlags
Source§type Decoded<'de> = WireNodeAttributeFlags
type Decoded<'de> = WireNodeAttributeFlags
The decoded wire type, restricted to the
'de
lifetime.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