Struct Rxgfc
#[repr(transparent)]pub struct Rxgfc(pub u32);
Expand description
Global settings for Message ID filtering. The Global Filter Configuration controls the filter path for standard and extended messages as described in Figure706: Standard Message ID filter path and Figure707: Extended Message ID filter path.
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Rxgfc
impl Eq for Rxgfc
impl StructuralPartialEq for Rxgfc
Auto Trait Implementations§
impl Freeze for Rxgfc
impl RefUnwindSafe for Rxgfc
impl Send for Rxgfc
impl Sync for Rxgfc
impl Unpin for Rxgfc
impl UnwindSafe for Rxgfc
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