#[repr(i32)]pub enum VmAddressRegion_RangeOpType {
Commit = 0,
Decommit = 1,
MapRange = 2,
Zero = 3,
DontNeed = 4,
AlwaysNeed = 5,
Prefetch = 6,
}Variants§
Trait Implementations§
Source§impl Clone for VmAddressRegion_RangeOpType
impl Clone for VmAddressRegion_RangeOpType
Source§fn clone(&self) -> VmAddressRegion_RangeOpType
fn clone(&self) -> VmAddressRegion_RangeOpType
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 VmAddressRegion_RangeOpType
Source§impl Debug for VmAddressRegion_RangeOpType
impl Debug for VmAddressRegion_RangeOpType
impl Eq for VmAddressRegion_RangeOpType
Source§impl Hash for VmAddressRegion_RangeOpType
impl Hash for VmAddressRegion_RangeOpType
Source§impl PartialEq for VmAddressRegion_RangeOpType
impl PartialEq for VmAddressRegion_RangeOpType
impl StructuralPartialEq for VmAddressRegion_RangeOpType
Auto Trait Implementations§
impl Freeze for VmAddressRegion_RangeOpType
impl RefUnwindSafe for VmAddressRegion_RangeOpType
impl Send for VmAddressRegion_RangeOpType
impl Sync for VmAddressRegion_RangeOpType
impl Unpin for VmAddressRegion_RangeOpType
impl UnsafeUnpin for VmAddressRegion_RangeOpType
impl UnwindSafe for VmAddressRegion_RangeOpType
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)