pub enum ObjectBlueprintX64 {
HugePage,
PDPT,
PML4,
}
Variants§
Trait Implementations§
Source§impl Clone for ObjectBlueprintX64
impl Clone for ObjectBlueprintX64
Source§fn clone(&self) -> ObjectBlueprintX64
fn clone(&self) -> ObjectBlueprintX64
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ObjectBlueprintX64
impl Debug for ObjectBlueprintX64
Source§impl From<ObjectBlueprintX64> for ObjectBlueprint
impl From<ObjectBlueprintX64> for ObjectBlueprint
Source§fn from(ty: ObjectBlueprintSeL4Arch) -> Self
fn from(ty: ObjectBlueprintSeL4Arch) -> Self
Converts to this type from the input type.
Source§impl From<ObjectBlueprintX64> for ObjectBlueprintArch
impl From<ObjectBlueprintX64> for ObjectBlueprintArch
Source§fn from(blueprint: ObjectBlueprintSeL4Arch) -> Self
fn from(blueprint: ObjectBlueprintSeL4Arch) -> Self
Converts to this type from the input type.
Source§impl Ord for ObjectBlueprintX64
impl Ord for ObjectBlueprintX64
Source§impl PartialEq for ObjectBlueprintX64
impl PartialEq for ObjectBlueprintX64
Source§impl PartialOrd for ObjectBlueprintX64
impl PartialOrd for ObjectBlueprintX64
Source§fn partial_cmp(&self, other: &ObjectBlueprintX64) -> Option<Ordering>
fn partial_cmp(&self, other: &ObjectBlueprintX64) -> Option<Ordering>
impl Copy for ObjectBlueprintX64
impl Eq for ObjectBlueprintX64
impl StructuralPartialEq for ObjectBlueprintX64
Auto Trait Implementations§
impl Freeze for ObjectBlueprintX64
impl RefUnwindSafe for ObjectBlueprintX64
impl Send for ObjectBlueprintX64
impl Sync for ObjectBlueprintX64
impl Unpin for ObjectBlueprintX64
impl UnwindSafe for ObjectBlueprintX64
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, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)