#[repr(C)]pub struct can_berr_counter {
pub txerr: __u16,
pub rxerr: __u16,
}Fields§
§txerr: __u16§rxerr: __u16Auto Trait Implementations§
impl Freeze for can_berr_counter
impl RefUnwindSafe for can_berr_counter
impl Send for can_berr_counter
impl Sync for can_berr_counter
impl Unpin for can_berr_counter
impl UnwindSafe for can_berr_counter
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