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