#[repr(C)]pub struct CANFilter { /* private fields */ }
Expand description
CANFilter
Uses the same memory layout as the underlying kernel struct for performance reasons.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CANFilter
impl RefUnwindSafe for CANFilter
impl Send for CANFilter
impl Sync for CANFilter
impl Unpin for CANFilter
impl UnwindSafe for CANFilter
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