#[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: u32Trait Implementations§
Source§impl Clone for can_bittiming
impl Clone for can_bittiming
Source§fn clone(&self) -> can_bittiming
fn clone(&self) -> can_bittiming
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for can_bittiming
impl Debug for can_bittiming
impl Copy for can_bittiming
Auto 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