#[repr(C)]pub struct can_device_stats {
pub bus_error: __u32,
pub error_warning: __u32,
pub error_passive: __u32,
pub bus_off: __u32,
pub arbitration_lost: __u32,
pub restarts: __u32,
}Fields§
§bus_error: __u32§error_warning: __u32§error_passive: __u32§bus_off: __u32§arbitration_lost: __u32§restarts: __u32Auto Trait Implementations§
impl Freeze for can_device_stats
impl RefUnwindSafe for can_device_stats
impl Send for can_device_stats
impl Sync for can_device_stats
impl Unpin for can_device_stats
impl UnwindSafe for can_device_stats
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