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