pub struct PamojaCanFrame { /* private fields */ }Expand description
An opaque handle to a CAN frame.
Read it with the pamoja_can_frame_* calls, then release it with
pamoja_can_frame_free.
Auto Trait Implementations§
impl Freeze for PamojaCanFrame
impl RefUnwindSafe for PamojaCanFrame
impl Send for PamojaCanFrame
impl Sync for PamojaCanFrame
impl Unpin for PamojaCanFrame
impl UnsafeUnpin for PamojaCanFrame
impl UnwindSafe for PamojaCanFrame
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