#[repr(u16)]pub enum NodeIdentificationNumber {
IsoSaeReserved,
NodeIdentificationNumber(u16),
}Variants§
Trait Implementations§
Source§impl Clone for NodeIdentificationNumber
impl Clone for NodeIdentificationNumber
Source§fn clone(&self) -> NodeIdentificationNumber
fn clone(&self) -> NodeIdentificationNumber
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 NodeIdentificationNumber
impl Debug for NodeIdentificationNumber
Source§impl FrameRead<'_> for NodeIdentificationNumber
impl FrameRead<'_> for NodeIdentificationNumber
Source§impl Ord for NodeIdentificationNumber
impl Ord for NodeIdentificationNumber
Source§fn cmp(&self, other: &NodeIdentificationNumber) -> Ordering
fn cmp(&self, other: &NodeIdentificationNumber) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for NodeIdentificationNumber
impl PartialEq for NodeIdentificationNumber
Source§impl PartialOrd for NodeIdentificationNumber
impl PartialOrd for NodeIdentificationNumber
impl Copy for NodeIdentificationNumber
impl Eq for NodeIdentificationNumber
impl StructuralPartialEq for NodeIdentificationNumber
Auto Trait Implementations§
impl Freeze for NodeIdentificationNumber
impl RefUnwindSafe for NodeIdentificationNumber
impl Send for NodeIdentificationNumber
impl Sync for NodeIdentificationNumber
impl Unpin for NodeIdentificationNumber
impl UnsafeUnpin for NodeIdentificationNumber
impl UnwindSafe for NodeIdentificationNumber
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