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_subregions
impl !Send for MemoryRegion_subregions
impl !Sync for MemoryRegion_subregions
impl Unpin for MemoryRegion_subregions
impl UnwindSafe for MemoryRegion_subregions
Blanket Implementations
Mutably borrows from an owned value. Read more