Enum resources::system_allocator::MmioType
source · 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§
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 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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)