Struct panda_sys::RAMList [−][src]
#[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: QemuMutexmru_block: *mut RAMBlockblocks: RAMList__bindgen_ty_1dirty_memory: [*mut DirtyMemoryBlocks; 3]version: u32ramblock_notifiers: RAMList__bindgen_ty_2Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RAMListimpl UnwindSafe for RAMListBlanket Implementations
Mutably borrows from an owned value. Read more