Struct uffdio_copy

struct uffdio_copy { ... }

Fields

dst: __u64
src: __u64
len: __u64
mode: __u64
copy: __s64

Implementations

impl Clone for uffdio_copy

fn clone(self: &Self) -> uffdio_copy

impl Copy for uffdio_copy

impl Debug for uffdio_copy

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

impl Freeze for uffdio_copy

impl RefUnwindSafe for uffdio_copy

impl Send for uffdio_copy

impl Sync for uffdio_copy

impl Unpin for uffdio_copy

impl UnsafeUnpin for uffdio_copy

impl UnwindSafe for uffdio_copy

impl<T> Any for uffdio_copy

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for uffdio_copy

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

impl<T> BorrowMut for uffdio_copy

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

impl<T> CloneToUninit for uffdio_copy

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

impl<T> From for uffdio_copy

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for uffdio_copy

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_copy

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

impl<T, U> TryInto for uffdio_copy

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