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: __u8
§reserved1: __u8
§reserved2: __u16
§reserved3: __u32
§arg: uffd_msg__bindgen_ty_1
Trait 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§
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