pub struct SegmentLength(/* private fields */);Expand description
CAN timing is controlled in units of Time Quanta, this codifies that.
Auto Trait Implementations§
impl Freeze for SegmentLength
impl RefUnwindSafe for SegmentLength
impl Send for SegmentLength
impl Sync for SegmentLength
impl Unpin for SegmentLength
impl UnwindSafe for SegmentLength
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