Struct can_socket::CanExtendedId
source · pub struct CanExtendedId { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Clone for CanExtendedId
impl Clone for CanExtendedId
source§fn clone(&self) -> CanExtendedId
fn clone(&self) -> CanExtendedId
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 CanExtendedId
impl Debug for CanExtendedId
source§impl From<CanBaseId> for CanExtendedId
impl From<CanBaseId> for CanExtendedId
source§impl From<CanExtendedId> for CanId
impl From<CanExtendedId> for CanId
source§fn from(value: CanExtendedId) -> Self
fn from(value: CanExtendedId) -> Self
Converts to this type from the input type.
source§impl From<CanId> for CanExtendedId
impl From<CanId> for CanExtendedId
source§impl From<u16> for CanExtendedId
impl From<u16> for CanExtendedId
source§impl From<u8> for CanExtendedId
impl From<u8> for CanExtendedId
source§impl FromStr for CanExtendedId
impl FromStr for CanExtendedId
source§impl LowerHex for CanExtendedId
impl LowerHex for CanExtendedId
source§impl Ord for CanExtendedId
impl Ord for CanExtendedId
source§fn cmp(&self, other: &CanExtendedId) -> Ordering
fn cmp(&self, other: &CanExtendedId) -> 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<CanExtendedId> for CanId
impl PartialEq<CanExtendedId> for CanId
source§fn eq(&self, other: &CanExtendedId) -> bool
fn eq(&self, other: &CanExtendedId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialEq<CanId> for CanExtendedId
impl PartialEq<CanId> for CanExtendedId
source§impl PartialEq for CanExtendedId
impl PartialEq for CanExtendedId
source§fn eq(&self, other: &CanExtendedId) -> bool
fn eq(&self, other: &CanExtendedId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for CanExtendedId
impl PartialOrd for CanExtendedId
source§fn partial_cmp(&self, other: &CanExtendedId) -> Option<Ordering>
fn partial_cmp(&self, other: &CanExtendedId) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl TryFrom<CanExtendedId> for CanBaseId
impl TryFrom<CanExtendedId> for CanBaseId
source§impl TryFrom<u32> for CanExtendedId
impl TryFrom<u32> for CanExtendedId
source§impl UpperHex for CanExtendedId
impl UpperHex for CanExtendedId
impl Copy for CanExtendedId
impl Eq for CanExtendedId
impl StructuralEq for CanExtendedId
impl StructuralPartialEq for CanExtendedId
Auto Trait Implementations§
impl RefUnwindSafe for CanExtendedId
impl Send for CanExtendedId
impl Sync for CanExtendedId
impl Unpin for CanExtendedId
impl UnwindSafe for CanExtendedId
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