#[repr(u8)]pub enum PageSourceType {
Anonymous = 0,
Contiguous = 1,
UserPager = 2,
}Variants§
Trait Implementations§
Source§impl Clone for PageSourceType
impl Clone for PageSourceType
Source§fn clone(&self) -> PageSourceType
fn clone(&self) -> PageSourceType
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 PageSourceType
Source§impl Debug for PageSourceType
impl Debug for PageSourceType
impl Eq for PageSourceType
Source§impl Hash for PageSourceType
impl Hash for PageSourceType
Source§impl PartialEq for PageSourceType
impl PartialEq for PageSourceType
impl StructuralPartialEq for PageSourceType
Auto Trait Implementations§
impl Freeze for PageSourceType
impl RefUnwindSafe for PageSourceType
impl Send for PageSourceType
impl Sync for PageSourceType
impl Unpin for PageSourceType
impl UnsafeUnpin for PageSourceType
impl UnwindSafe for PageSourceType
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)