#[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,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 32 bytes