pub(crate) struct SubCycle(u16);Expand description
Sub-cycle timestamp
Timer for instruction decode, at a finer resolution than the Cycle we use for keeping schedule records. Doesn’t need to be compact.
Tuple Fields§
§0: u16Implementations§
Trait Implementations§
Source§impl Ord for SubCycle
impl Ord for SubCycle
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for SubCycle
impl PartialOrd for SubCycle
impl Copy for SubCycle
impl Eq for SubCycle
impl StructuralPartialEq for SubCycle
Auto Trait Implementations§
impl Freeze for SubCycle
impl RefUnwindSafe for SubCycle
impl Send for SubCycle
impl Sync for SubCycle
impl Unpin for SubCycle
impl UnsafeUnpin for SubCycle
impl UnwindSafe for SubCycle
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