pub struct CanRx<'d> { /* private fields */ }
Expand description
FDCAN Rx only Instance
Implementations§
Auto Trait Implementations§
impl<'d> Freeze for CanRx<'d>
impl<'d> !RefUnwindSafe for CanRx<'d>
impl<'d> !Send for CanRx<'d>
impl<'d> !Sync for CanRx<'d>
impl<'d> Unpin for CanRx<'d>
impl<'d> !UnwindSafe for CanRx<'d>
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