#[repr(C)]pub struct can_bittiming_const {
pub name: [c_char; 16],
pub tseg1_min: u32,
pub tseg1_max: u32,
pub tseg2_min: u32,
pub tseg2_max: u32,
pub sjw_max: u32,
pub brp_min: u32,
pub brp_max: u32,
pub brp_inc: u32,
}Fields§
§name: [c_char; 16]§tseg1_min: u32§tseg1_max: u32§tseg2_min: u32§tseg2_max: u32§sjw_max: u32§brp_min: u32§brp_max: u32§brp_inc: u32Trait Implementations§
Source§impl Clone for can_bittiming_const
impl Clone for can_bittiming_const
Source§fn clone(&self) -> can_bittiming_const
fn clone(&self) -> can_bittiming_const
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_const
impl Debug for can_bittiming_const
impl Copy for can_bittiming_const
Auto Trait Implementations§
impl Freeze for can_bittiming_const
impl RefUnwindSafe for can_bittiming_const
impl Send for can_bittiming_const
impl Sync for can_bittiming_const
impl Unpin for can_bittiming_const
impl UnwindSafe for can_bittiming_const
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