Struct panda_sys::MemoryRegion__bindgen_ty_1 [−][src]
#[repr(C)]pub struct MemoryRegion__bindgen_ty_1 { pub tqe_next: *mut MemoryRegion, pub tqe_prev: *mut *mut MemoryRegion, }
Fields
tqe_next: *mut MemoryRegiontqe_prev: *mut *mut MemoryRegionTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MemoryRegion__bindgen_ty_1impl !Send for MemoryRegion__bindgen_ty_1impl !Sync for MemoryRegion__bindgen_ty_1impl Unpin for MemoryRegion__bindgen_ty_1impl UnwindSafe for MemoryRegion__bindgen_ty_1Blanket Implementations
Mutably borrows from an owned value. Read more