Struct uffdio_poison
struct uffdio_poison { ... }
Fields
range: uffdio_rangemode: __u64updated: __s64
Implementations
impl Clone for uffdio_poison
fn clone(self: &Self) -> uffdio_poison
impl Copy for uffdio_poison
impl Debug for uffdio_poison
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Freeze for uffdio_poison
impl RefUnwindSafe for uffdio_poison
impl Send for uffdio_poison
impl Sync for uffdio_poison
impl Unpin for uffdio_poison
impl UnsafeUnpin for uffdio_poison
impl UnwindSafe for uffdio_poison
impl<T> Any for uffdio_poison
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for uffdio_poison
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for uffdio_poison
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for uffdio_poison
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for uffdio_poison
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for uffdio_poison
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_poison
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for uffdio_poison
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>