Struct userfaultfd_sys::uffd_msg [−][src]
#[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 UnwindSafe for uffd_msg
Blanket Implementations
Mutably borrows from an owned value. Read more