#[repr(C)]pub struct MmioInfo {
pub length: u64,
pub cache_type: CacheType,
pub info: u64,
}
Expand description
Info struct at the base of an mmio sub-object.
Fields§
§length: u64
The length of this mapping.
cache_type: CacheType
The cache type.
info: u64
Device-specific info.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MmioInfo
impl ObjSafe for MmioInfo
impl RefUnwindSafe for MmioInfo
impl Send for MmioInfo
impl Sync for MmioInfo
impl Unpin for MmioInfo
impl UnwindSafe for MmioInfo
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