#[repr(transparent)]pub struct Edcbt(pub u32);Expand description
Enhanced Data Phase CAN Bit Timing
Tuple Fields§
§0: u32Implementations§
Source§impl Edcbt
impl Edcbt
Sourcepub const fn set_dtseg1(&mut self, val: u8)
pub const fn set_dtseg1(&mut self, val: u8)
Data Phase Segment 1
Sourcepub const fn set_dtseg2(&mut self, val: u8)
pub const fn set_dtseg2(&mut self, val: u8)
Data Phase Time Segment 2
Trait Implementations§
impl Copy for Edcbt
impl Eq for Edcbt
impl StructuralPartialEq for Edcbt
Auto Trait Implementations§
impl Freeze for Edcbt
impl RefUnwindSafe for Edcbt
impl Send for Edcbt
impl Sync for Edcbt
impl Unpin for Edcbt
impl UnwindSafe for Edcbt
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