#[repr(C)]pub struct MemoryMap {
pub descriptors: *const MemoryDescriptor,
pub num_descriptors: c_uint,
}
Fields§
§descriptors: *const MemoryDescriptor
§num_descriptors: c_uint
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MemoryMap
impl RefUnwindSafe for MemoryMap
impl !Send for MemoryMap
impl !Sync for MemoryMap
impl Unpin for MemoryMap
impl UnwindSafe for MemoryMap
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