#[repr(C)]pub struct CFrame { /* private fields */ }
Expand description
A CAN frame in a C representation
Auto Trait Implementations§
impl Freeze for CFrame
impl RefUnwindSafe for CFrame
impl Send for CFrame
impl Sync for CFrame
impl Unpin for CFrame
impl UnwindSafe for CFrame
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