#[repr(u8)]pub enum Ttc {
M_32BYTES = 0,
M_64BYTES = 1,
M_96BYTES = 2,
M_128BYTES = 3,
M_192BYTES = 4,
M_256BYTES = 5,
M_384BYTES = 6,
M_512BYTES = 7,
}Variants§
M_32BYTES = 0
32
M_64BYTES = 1
64
M_96BYTES = 2
96
M_128BYTES = 3
128
M_192BYTES = 4
192
M_256BYTES = 5
256
M_384BYTES = 6
384
M_512BYTES = 7
512
Implementations§
Trait Implementations§
Source§impl Ord for Ttc
impl Ord for Ttc
Source§impl PartialOrd for Ttc
impl PartialOrd for Ttc
impl Copy for Ttc
impl Eq for Ttc
impl StructuralPartialEq for Ttc
Auto Trait Implementations§
impl Freeze for Ttc
impl RefUnwindSafe for Ttc
impl Send for Ttc
impl Sync for Ttc
impl Unpin for Ttc
impl UnwindSafe for Ttc
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