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