Struct linux_raw_sys::general::uffd_msg  
source · [−]#[repr(C, packed)]pub struct uffd_msg {
    pub event: __u8,
    pub reserved1: __u8,
    pub reserved2: __u16,
    pub reserved3: __u32,
    pub arg: uffd_msg__bindgen_ty_1,
}Fields
event: __u8reserved1: __u8reserved2: __u16reserved3: __u32arg: uffd_msg__bindgen_ty_1Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for uffd_msg
impl Send for uffd_msg
impl Sync for uffd_msg
impl Unpin for uffd_msg
impl UnwindSafe for uffd_msg
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more