pub enum ObjectBlueprintX86 {
_4k,
LargePage,
PageTable,
PageDirectory,
SeL4Arch(ObjectBlueprintSeL4Arch),
}
Variants§
Trait Implementations§
Source§impl Clone for ObjectBlueprintX86
impl Clone for ObjectBlueprintX86
Source§fn clone(&self) -> ObjectBlueprintX86
fn clone(&self) -> ObjectBlueprintX86
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 ObjectBlueprintX86
impl Debug for ObjectBlueprintX86
Source§impl From<ObjectBlueprintX86> for ObjectBlueprint
impl From<ObjectBlueprintX86> for ObjectBlueprint
Source§fn from(blueprint: ObjectBlueprintArch) -> Self
fn from(blueprint: ObjectBlueprintArch) -> Self
Converts to this type from the input type.
Source§impl Ord for ObjectBlueprintX86
impl Ord for ObjectBlueprintX86
Source§impl PartialEq for ObjectBlueprintX86
impl PartialEq for ObjectBlueprintX86
Source§impl PartialOrd for ObjectBlueprintX86
impl PartialOrd for ObjectBlueprintX86
Source§fn partial_cmp(&self, other: &ObjectBlueprintX86) -> Option<Ordering>
fn partial_cmp(&self, other: &ObjectBlueprintX86) -> Option<Ordering>
impl Copy for ObjectBlueprintX86
impl Eq for ObjectBlueprintX86
impl StructuralPartialEq for ObjectBlueprintX86
Auto Trait Implementations§
impl Freeze for ObjectBlueprintX86
impl RefUnwindSafe for ObjectBlueprintX86
impl Send for ObjectBlueprintX86
impl Sync for ObjectBlueprintX86
impl Unpin for ObjectBlueprintX86
impl UnwindSafe for ObjectBlueprintX86
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
)