#[repr(u8)]pub enum Tdcsz {
NO_DCACHE = 0,
M_1TDCSZ = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Tdcsz
impl Ord for Tdcsz
Source§impl PartialOrd for Tdcsz
impl PartialOrd for Tdcsz
impl Copy for Tdcsz
impl Eq for Tdcsz
impl StructuralPartialEq for Tdcsz
Auto Trait Implementations§
impl Freeze for Tdcsz
impl RefUnwindSafe for Tdcsz
impl Send for Tdcsz
impl Sync for Tdcsz
impl Unpin for Tdcsz
impl UnwindSafe for Tdcsz
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