pub enum TTCR {
TTC64,
TTC128,
TTC192,
TTC256,
TTC40,
TTC32,
TTC24,
TTC16,
}
Expand description
Possible values of the field TTC
Variants§
TTC64
64 bytes
TTC128
128 bytes
TTC192
192 bytes
TTC256
256 bytes
TTC40
40 bytes
TTC32
32 bytes
TTC24
24 bytes
TTC16
16 bytes
Implementations§
Trait Implementations§
impl Copy for TTCR
impl StructuralPartialEq for TTCR
Auto Trait Implementations§
impl Freeze for TTCR
impl RefUnwindSafe for TTCR
impl Send for TTCR
impl Sync for TTCR
impl Unpin for TTCR
impl UnwindSafe for TTCR
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