Struct linux_raw_sys::general::uffd_msg
source · #[repr(C, packed(1))]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 Freeze for uffd_msg
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)