#[repr(C)]pub struct can_bittiming {
pub bitrate: __u32,
pub sample_point: __u32,
pub tq: __u32,
pub prop_seg: __u32,
pub phase_seg1: __u32,
pub phase_seg2: __u32,
pub sjw: __u32,
pub brp: __u32,
}Fields§
§bitrate: __u32§sample_point: __u32§tq: __u32§prop_seg: __u32§phase_seg1: __u32§phase_seg2: __u32§sjw: __u32§brp: __u32Auto Trait Implementations§
impl Freeze for can_bittiming
impl RefUnwindSafe for can_bittiming
impl Send for can_bittiming
impl Sync for can_bittiming
impl Unpin for can_bittiming
impl UnwindSafe for can_bittiming
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