Struct panda_sys::MemoryRegion_subregions [−][src]
#[repr(C)]pub struct MemoryRegion_subregions { pub tqh_first: *mut MemoryRegion, pub tqh_last: *mut *mut MemoryRegion, }
Fields
tqh_first: *mut MemoryRegiontqh_last: *mut *mut MemoryRegionTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MemoryRegion_subregionsimpl !Send for MemoryRegion_subregionsimpl !Sync for MemoryRegion_subregionsimpl Unpin for MemoryRegion_subregionsimpl UnwindSafe for MemoryRegion_subregionsBlanket Implementations
Mutably borrows from an owned value. Read more