Enum Idam
#[repr(u8)]pub enum Idam {
_00 = 0,
_01 = 1,
_10 = 2,
_11 = 3,
}Expand description
ID Acceptance Mode
Value on reset: 0
Variants§
_00 = 0
0: Format A: One full ID (standard and extended) per ID Filter Table element.
_01 = 1
1: Format B: Two full standard IDs or two partial 14-bit (standard and extended) IDs per ID Filter Table element.
_10 = 2
2: Format C: Four partial 8-bit Standard IDs per ID Filter Table element.
_11 = 3
3: Format D: All frames rejected.
Trait Implementations§
impl Copy for Idam
impl Eq for Idam
impl IsEnum 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