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