pub struct ClockCycles(pub u8);Expand description
A timing expressed as a count of clock cycles (nCK). Kept distinct from the
absolute-time Picoseconds rather than folded into a single unit.
Tuple Fields§
§0: u8Implementations§
Trait Implementations§
Source§impl Clone for ClockCycles
impl Clone for ClockCycles
Source§fn clone(&self) -> ClockCycles
fn clone(&self) -> ClockCycles
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ClockCycles
Source§impl Debug for ClockCycles
impl Debug for ClockCycles
impl Eq for ClockCycles
Source§impl PartialEq for ClockCycles
impl PartialEq for ClockCycles
impl StructuralPartialEq for ClockCycles
Auto Trait Implementations§
impl Freeze for ClockCycles
impl RefUnwindSafe for ClockCycles
impl Send for ClockCycles
impl Sync for ClockCycles
impl Unpin for ClockCycles
impl UnsafeUnpin for ClockCycles
impl UnwindSafe for ClockCycles
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