Enum Ttc
#[repr(u8)]pub enum Ttc {
Ttc64 = 0,
Ttc128 = 1,
Ttc192 = 2,
Ttc256 = 3,
Ttc40 = 4,
Ttc32 = 5,
Ttc24 = 6,
Ttc16 = 7,
}Variants§
Ttc64 = 0
64 bytes
Ttc128 = 1
128 bytes
Ttc192 = 2
192 bytes
Ttc256 = 3
256 bytes
Ttc40 = 4
40 bytes
Ttc32 = 5
32 bytes
Ttc24 = 6
24 bytes
Ttc16 = 7
16 bytes
Implementations§
Trait Implementations§
impl Copy for Ttc
impl Eq for Ttc
§impl Ord for Ttc
impl Ord for Ttc
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
§impl PartialOrd for Ttc
impl PartialOrd 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 UnsafeUnpin 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