Enum FltRtr
pub enum FltRtr {
_0 = 0,
_1 = 1,
}Expand description
Remote Transmission Request Filter
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for FltRtr
impl Eq for FltRtr
impl StructuralPartialEq for FltRtr
Auto Trait Implementations§
impl Freeze for FltRtr
impl RefUnwindSafe for FltRtr
impl Send for FltRtr
impl Sync for FltRtr
impl Unpin for FltRtr
impl UnwindSafe for FltRtr
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