Struct pm_scan_arg

struct pm_scan_arg { ... }

Fields

size: __u64
flags: __u64
start: __u64
end: __u64
walk_end: __u64
vec: __u64
vec_len: __u64
max_pages: __u64
category_inverted: __u64
category_mask: __u64
category_anyof_mask: __u64
return_mask: __u64

Implementations

impl Clone for pm_scan_arg

fn clone(self: &Self) -> pm_scan_arg

impl Copy for pm_scan_arg

impl Debug for pm_scan_arg

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

impl Freeze for pm_scan_arg

impl RefUnwindSafe for pm_scan_arg

impl Send for pm_scan_arg

impl Sync for pm_scan_arg

impl Unpin for pm_scan_arg

impl UnsafeUnpin for pm_scan_arg

impl UnwindSafe for pm_scan_arg

impl<T> Any for pm_scan_arg

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for pm_scan_arg

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

impl<T> BorrowMut for pm_scan_arg

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

impl<T> CloneToUninit for pm_scan_arg

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

impl<T> From for pm_scan_arg

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for pm_scan_arg

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 pm_scan_arg

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

impl<T, U> TryInto for pm_scan_arg

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