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

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.