pub struct NowSystemMessageKind(pub u8);Expand description
NOW-PROTO: NOW_SYSTEM_INFO_*_ID
Tuple Fields§
§0: u8Implementations§
Trait Implementations§
Source§impl Clone for NowSystemMessageKind
impl Clone for NowSystemMessageKind
Source§fn clone(&self) -> NowSystemMessageKind
fn clone(&self) -> NowSystemMessageKind
Returns a duplicate 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 NowSystemMessageKind
impl Debug for NowSystemMessageKind
Source§impl PartialEq for NowSystemMessageKind
impl PartialEq for NowSystemMessageKind
impl Copy for NowSystemMessageKind
impl Eq for NowSystemMessageKind
impl StructuralPartialEq for NowSystemMessageKind
Auto Trait Implementations§
impl Freeze for NowSystemMessageKind
impl RefUnwindSafe for NowSystemMessageKind
impl Send for NowSystemMessageKind
impl Sync for NowSystemMessageKind
impl Unpin for NowSystemMessageKind
impl UnwindSafe for NowSystemMessageKind
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