Enum stm32_metapac::can::vals::Ide
#[repr(u8)]pub enum Ide {
STANDARD = 0,
EXTENDED = 1,
}
Variants§
Implementations§
Trait Implementations§
§impl Ord for Ide
impl Ord for Ide
§impl PartialOrd for Ide
impl PartialOrd for Ide
§fn partial_cmp(&self, other: &Ide) -> Option<Ordering>
fn partial_cmp(&self, other: &Ide) -> 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 moreimpl Copy for Ide
impl Eq for Ide
impl StructuralPartialEq for Ide
Auto Trait Implementations§
impl Freeze for Ide
impl RefUnwindSafe for Ide
impl Send for Ide
impl Sync for Ide
impl Unpin for Ide
impl UnwindSafe for Ide
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