Struct panda_sys::RAMBlockNotifier [−][src]
#[repr(C)]pub struct RAMBlockNotifier { pub ram_block_added: Option<unsafe extern "C" fn(n: *mut RAMBlockNotifier, host: *mut c_void, size: size_t)>, pub ram_block_removed: Option<unsafe extern "C" fn(n: *mut RAMBlockNotifier, host: *mut c_void, size: size_t)>, pub next: RAMBlockNotifier__bindgen_ty_1, }
Fields
ram_block_added: Option<unsafe extern "C" fn(n: *mut RAMBlockNotifier, host: *mut c_void, size: size_t)>ram_block_removed: Option<unsafe extern "C" fn(n: *mut RAMBlockNotifier, host: *mut c_void, size: size_t)>next: RAMBlockNotifier__bindgen_ty_1Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RAMBlockNotifierimpl !Send for RAMBlockNotifierimpl !Sync for RAMBlockNotifierimpl Unpin for RAMBlockNotifierimpl UnwindSafe for RAMBlockNotifierBlanket Implementations
Mutably borrows from an owned value. Read more