Struct uffdio_move

struct uffdio_move { ... }

Fields

dst: __u64
src: __u64
len: __u64
mode: __u64
move_: __s64

Implementations

impl Clone for uffdio_move

fn clone(self: &Self) -> uffdio_move

impl Copy for uffdio_move

impl Debug for uffdio_move

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

impl Freeze for uffdio_move

impl RefUnwindSafe for uffdio_move

impl Send for uffdio_move

impl Sync for uffdio_move

impl Unpin for uffdio_move

impl UnsafeUnpin for uffdio_move

impl UnwindSafe for uffdio_move

impl<T> Any for uffdio_move

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for uffdio_move

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

impl<T> BorrowMut for uffdio_move

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

impl<T> CloneToUninit for uffdio_move

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

impl<T> From for uffdio_move

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for uffdio_move

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_move

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

impl<T, U> TryInto for uffdio_move

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