Enum Fcs
#[repr(u8)]pub enum Fcs {
_00 = 0,
_01 = 1,
_10 = 2,
_11 = 3,
}Expand description
Filtering Combination Selection
Value on reset: 0
Variants§
_00 = 0
0: Message ID filtering only
_01 = 1
1: Message ID filtering and payload filtering
_10 = 2
2: Message ID filtering occurring a specified number of times.
_11 = 3
3: Message ID filtering and payload filtering a specified number of times
Trait Implementations§
impl Copy for Fcs
impl Eq for Fcs
impl IsEnum for Fcs
impl StructuralPartialEq for Fcs
Auto Trait Implementations§
impl Freeze for Fcs
impl RefUnwindSafe for Fcs
impl Send for Fcs
impl Sync for Fcs
impl Unpin for Fcs
impl UnwindSafe for Fcs
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