Struct panda::sys::MemoryRegionOps__bindgen_ty_1 [−][src]
#[repr(C)]pub struct MemoryRegionOps__bindgen_ty_1 {
pub min_access_size: u32,
pub max_access_size: u32,
pub unaligned: bool,
pub accepts: Option<unsafe extern "C" fn(*mut c_void, u64, u32, bool) -> bool>,
}Fields
min_access_size: u32max_access_size: u32unaligned: boolaccepts: Option<unsafe extern "C" fn(*mut c_void, u64, u32, bool) -> bool>Trait Implementations
Auto Trait Implementations
impl Send for MemoryRegionOps__bindgen_ty_1
impl Sync for MemoryRegionOps__bindgen_ty_1
impl Unpin for MemoryRegionOps__bindgen_ty_1
impl UnwindSafe for MemoryRegionOps__bindgen_ty_1
Blanket Implementations
Mutably borrows from an owned value. Read more