Struct uffdio_zeropage
struct uffdio_zeropage { ... }
Fields
range: uffdio_rangemode: __u64zeropage: __s64
Implementations
impl Clone for uffdio_zeropage
fn clone(self: &Self) -> uffdio_zeropage
impl Copy for uffdio_zeropage
impl Debug for uffdio_zeropage
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Freeze for uffdio_zeropage
impl RefUnwindSafe for uffdio_zeropage
impl Send for uffdio_zeropage
impl Sync for uffdio_zeropage
impl Unpin for uffdio_zeropage
impl UnsafeUnpin for uffdio_zeropage
impl UnwindSafe for uffdio_zeropage
impl<T> Any for uffdio_zeropage
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for uffdio_zeropage
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for uffdio_zeropage
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for uffdio_zeropage
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for uffdio_zeropage
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for uffdio_zeropage
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for uffdio_zeropage
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for uffdio_zeropage
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>