Struct uffdio_api

struct uffdio_api { ... }

Fields

api: __u64
features: __u64
ioctls: __u64

Implementations

impl Clone for uffdio_api

fn clone(self: &Self) -> uffdio_api

impl Copy for uffdio_api

impl Debug for uffdio_api

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

impl Freeze for uffdio_api

impl RefUnwindSafe for uffdio_api

impl Send for uffdio_api

impl Sync for uffdio_api

impl Unpin for uffdio_api

impl UnsafeUnpin for uffdio_api

impl UnwindSafe for uffdio_api

impl<T> Any for uffdio_api

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for uffdio_api

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

impl<T> BorrowMut for uffdio_api

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

impl<T> CloneToUninit for uffdio_api

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

impl<T> From for uffdio_api

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for uffdio_api

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_api

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

impl<T, U> TryInto for uffdio_api

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