pub struct Itc(/* private fields */);Implementations§
Source§impl Itc
impl Itc
Sourcepub const Microframe1: Self
pub const Microframe1: Self
1 micro-frame.
Sourcepub const Microframe2: Self
pub const Microframe2: Self
2 micro-frames.
Sourcepub const Microframe4: Self
pub const Microframe4: Self
4 micro-frames.
Sourcepub const Microframe8: Self
pub const Microframe8: Self
8 micro-frames.
Sourcepub const Microframe16: Self
pub const Microframe16: Self
16 micro-frames.
Sourcepub const Microframe32: Self
pub const Microframe32: Self
32 micro-frames.
Sourcepub const Microframe64: Self
pub const Microframe64: Self
64 micro-frames.
Trait Implementations§
Source§impl Ord for Itc
impl Ord for Itc
Source§impl PartialOrd for Itc
impl PartialOrd for Itc
impl Copy for Itc
impl Eq for Itc
impl StructuralPartialEq for Itc
Auto Trait Implementations§
impl Freeze for Itc
impl RefUnwindSafe for Itc
impl Send for Itc
impl Sync for Itc
impl Unpin for Itc
impl UnwindSafe for Itc
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