#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NodeIdentificationNumber
Source§impl Debug for NodeIdentificationNumber
impl Debug for NodeIdentificationNumber
impl Eq for NodeIdentificationNumber
Source§impl FrameRead<'_> for NodeIdentificationNumber
impl FrameRead<'_> for NodeIdentificationNumber
Source§impl From<NodeIdentificationNumber> for u16
impl From<NodeIdentificationNumber> for u16
Source§fn from(value: NodeIdentificationNumber) -> Self
fn from(value: NodeIdentificationNumber) -> Self
Converts to this type from the input type.
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 (const: unstable) · 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§fn eq(&self, other: &NodeIdentificationNumber) -> bool
fn eq(&self, other: &NodeIdentificationNumber) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for NodeIdentificationNumber
impl PartialOrd 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