Enum stm32_metapac::eth::vals::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 Ord for Ttc
impl Ord for Ttc
§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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)