#[repr(u8)]pub enum Idam {
IDAM_0 = 0,
IDAM_1 = 1,
IDAM_2 = 2,
IDAM_3 = 3,
}Variants§
IDAM_0 = 0
Format A One full ID (standard or extended) per ID filter Table element.
IDAM_1 = 1
Format B Two full standard IDs or two partial 14-bit extended IDs per ID filter Table element.
IDAM_2 = 2
Format C Four partial 8-bit IDs (standard or extended) per ID filter Table element.
IDAM_3 = 3
Format D All frames rejected.
Implementations§
Trait Implementations§
Source§impl Ord for Idam
impl Ord for Idam
Source§impl PartialOrd for Idam
impl PartialOrd for Idam
impl Copy for Idam
impl Eq for Idam
impl StructuralPartialEq for Idam
Auto Trait Implementations§
impl Freeze for Idam
impl RefUnwindSafe for Idam
impl Send for Idam
impl Sync for Idam
impl Unpin for Idam
impl UnwindSafe for Idam
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