#[repr(u8)]pub enum vm_page_state {
Show 13 variants
FREE = 0,
ALLOC = 1,
OBJECT = 2,
WIRED = 3,
HEAP = 4,
MMU = 5,
IOMMU = 6,
IPC = 7,
CACHE = 8,
SLAB = 9,
ZRAM = 10,
FREE_LOANED = 11,
COUNT_ = 12,
}Variants§
FREE = 0
ALLOC = 1
OBJECT = 2
WIRED = 3
HEAP = 4
MMU = 5
IOMMU = 6
IPC = 7
CACHE = 8
SLAB = 9
ZRAM = 10
FREE_LOANED = 11
COUNT_ = 12
Trait Implementations§
Source§impl Clone for vm_page_state
impl Clone for vm_page_state
Source§fn clone(&self) -> vm_page_state
fn clone(&self) -> vm_page_state
Returns a duplicate of the value. Read more
1.0.0 (const: unstable)§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for vm_page_state
Source§impl Debug for vm_page_state
impl Debug for vm_page_state
impl Eq for vm_page_state
Source§impl Hash for vm_page_state
impl Hash for vm_page_state
Source§impl Ord for vm_page_state
impl Ord for vm_page_state
Source§fn cmp(&self, other: &vm_page_state) -> Ordering
fn cmp(&self, other: &vm_page_state) -> Ordering
1.21.0 (const: unstable)§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable)§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for vm_page_state
impl PartialEq for vm_page_state
Source§impl PartialOrd for vm_page_state
impl PartialOrd for vm_page_state
impl StructuralPartialEq for vm_page_state
Auto Trait Implementations§
impl Freeze for vm_page_state
impl RefUnwindSafe for vm_page_state
impl Send for vm_page_state
impl Sync for vm_page_state
impl Unpin for vm_page_state
impl UnsafeUnpin for vm_page_state
impl UnwindSafe for vm_page_state
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)