Struct openssl_sys::can_frame
source · [−]Fields
can_id: u32
can_dlc: u8
data: [u8; 8]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for can_frame
impl Send for can_frame
impl Sync for can_frame
impl Unpin for can_frame
impl UnwindSafe for can_frame
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more