pub enum MmioType {
Low,
High,
}
Expand description
Manages allocating system resources such as address space and interrupt numbers. MMIO address Type Low: address allocated from low_address_space High: address allocated from high_address_space
Variants§
Trait Implementations§
source§impl PartialEq for MmioType
impl PartialEq for MmioType
impl Copy for MmioType
impl Eq for MmioType
impl StructuralPartialEq for MmioType
Auto Trait Implementations§
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