#[repr(C)]
pub union ucm_event {
pub mmap: ucm_event__bindgen_ty_1,
pub munmap: ucm_event__bindgen_ty_2,
pub mremap: ucm_event__bindgen_ty_3,
pub shmat: ucm_event__bindgen_ty_4,
pub shmdt: ucm_event__bindgen_ty_5,
pub sbrk: ucm_event__bindgen_ty_6,
pub madvise: ucm_event__bindgen_ty_7,
pub brk: ucm_event__bindgen_ty_8,
pub vm_mapped: ucm_event__bindgen_ty_9,
pub vm_unmapped: ucm_event__bindgen_ty_9,
pub mem_type: ucm_event__bindgen_ty_10,
}Expand description
@brief Memory event parameters and result.
Fields§
§mmap: ucm_event__bindgen_ty_1§munmap: ucm_event__bindgen_ty_2§mremap: ucm_event__bindgen_ty_3§shmat: ucm_event__bindgen_ty_4§shmdt: ucm_event__bindgen_ty_5§sbrk: ucm_event__bindgen_ty_6§madvise: ucm_event__bindgen_ty_7§brk: ucm_event__bindgen_ty_8§vm_mapped: ucm_event__bindgen_ty_9§vm_unmapped: ucm_event__bindgen_ty_9§mem_type: ucm_event__bindgen_ty_10Trait Implementations§
Auto Trait Implementations§
impl Freeze for ucm_event
impl RefUnwindSafe for ucm_event
impl !Send for ucm_event
impl !Sync for ucm_event
impl Unpin for ucm_event
impl UnwindSafe for ucm_event
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more