Struct uffdio_writeprotect

struct uffdio_writeprotect { ... }

Fields

range: uffdio_range
mode: __u64

Implementations

impl Clone for uffdio_writeprotect

fn clone(self: &Self) -> uffdio_writeprotect

impl Copy for uffdio_writeprotect

impl Debug for uffdio_writeprotect

fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result

impl Freeze for uffdio_writeprotect

impl RefUnwindSafe for uffdio_writeprotect

impl Send for uffdio_writeprotect

impl Sync for uffdio_writeprotect

impl Unpin for uffdio_writeprotect

impl UnsafeUnpin for uffdio_writeprotect

impl UnwindSafe for uffdio_writeprotect

impl<T> Any for uffdio_writeprotect

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for uffdio_writeprotect

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for uffdio_writeprotect

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for uffdio_writeprotect

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for uffdio_writeprotect

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for uffdio_writeprotect

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for uffdio_writeprotect

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for uffdio_writeprotect

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>