Struct userfaultfd_sys::uffdio_register [−][src]
#[repr(C)]pub struct uffdio_register { pub range: uffdio_range, pub mode: __u64, pub ioctls: __u64, }
Fields
range: uffdio_rangemode: __u64ioctls: __u64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for uffdio_register
impl Send for uffdio_register
impl Sync for uffdio_register
impl Unpin for uffdio_register
impl UnwindSafe for uffdio_register
Blanket Implementations
Mutably borrows from an owned value. Read more