pub enum MmioType {
Low,
High,
}Expand description
MMIO address Type Low: address allocated from low_address_space High: address allocated from high_address_space
Variants§
Trait Implementations§
impl Copy for MmioType
impl Eq for MmioType
impl StructuralPartialEq for MmioType
Auto Trait Implementations§
impl Freeze for MmioType
impl RefUnwindSafe for MmioType
impl Send for MmioType
impl Sync for MmioType
impl Unpin for MmioType
impl UnwindSafe for MmioType
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