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