pub struct Itc(/* private fields */);Implementations§
Source§impl Itc
impl Itc
Sourcepub const MICROFRAME_1: Self
pub const MICROFRAME_1: Self
1 micro-frame
Sourcepub const MICROFRAME_2: Self
pub const MICROFRAME_2: Self
2 micro-frames
Sourcepub const MICROFRAME_4: Self
pub const MICROFRAME_4: Self
4 micro-frames
Sourcepub const MICROFRAME_8: Self
pub const MICROFRAME_8: Self
8 micro-frames
Sourcepub const MICROFRAME_16: Self
pub const MICROFRAME_16: Self
16 micro-frames
Sourcepub const MICROFRAME_32: Self
pub const MICROFRAME_32: Self
32 micro-frames
Sourcepub const MICROFRAME_64: Self
pub const MICROFRAME_64: 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