pub struct WireFlags { /* private fields */ }
Expand description
The wire type corresponding to Flags
.
Trait Implementations§
Source§impl FromWireRef<WireFlags> for Flags
impl FromWireRef<WireFlags> for Flags
Source§fn from_wire_ref(wire: &WireFlags) -> Self
fn from_wire_ref(wire: &WireFlags) -> Self
Converts the given
wire
reference to this type.Source§impl Wire for WireFlags
impl Wire for WireFlags
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 WireFlags
Auto Trait Implementations§
impl Freeze for WireFlags
impl RefUnwindSafe for WireFlags
impl Send for WireFlags
impl Sync for WireFlags
impl Unpin for WireFlags
impl UnwindSafe for WireFlags
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