Struct pm_scan_arg
struct pm_scan_arg { ... }
Fields
size: __u64flags: __u64start: __u64end: __u64walk_end: __u64vec: __u64vec_len: __u64max_pages: __u64category_inverted: __u64category_mask: __u64category_anyof_mask: __u64return_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) -> TReturns the argument unchanged.
impl<T, U> Into for pm_scan_arg
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 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>