pub enum TTCW {
TTC64,
TTC128,
TTC192,
TTC256,
TTC40,
TTC32,
TTC24,
TTC16,
}
Expand description
Values that can be written to 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
Auto Trait Implementations§
impl Freeze for TTCW
impl RefUnwindSafe for TTCW
impl Send for TTCW
impl Sync for TTCW
impl Unpin for TTCW
impl UnwindSafe for TTCW
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