#[repr(C)]pub struct RAMList {
pub mutex: QemuMutex,
pub mru_block: *mut RAMBlock,
pub blocks: RAMList__bindgen_ty_1,
pub dirty_memory: [*mut DirtyMemoryBlocks; 3],
pub version: u32,
pub ramblock_notifiers: RAMList__bindgen_ty_2,
}Fields§
§mutex: QemuMutex§mru_block: *mut RAMBlock§blocks: RAMList__bindgen_ty_1§dirty_memory: [*mut DirtyMemoryBlocks; 3]§version: u32§ramblock_notifiers: RAMList__bindgen_ty_2Trait Implementations§
Auto Trait Implementations§
impl Freeze for RAMList
impl RefUnwindSafe for RAMList
impl !Send for RAMList
impl !Sync for RAMList
impl Unpin for RAMList
impl UnwindSafe for RAMList
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