pub enum ObjectBlueprintAArch64 {
HugePage,
VSpace,
}
Expand description
AArch64-specific variants of ObjectBlueprint
.
Variants§
Trait Implementations§
Source§impl Clone for ObjectBlueprintAArch64
impl Clone for ObjectBlueprintAArch64
Source§fn clone(&self) -> ObjectBlueprintAArch64
fn clone(&self) -> ObjectBlueprintAArch64
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 ObjectBlueprintAArch64
impl Debug for ObjectBlueprintAArch64
Source§impl From<ObjectBlueprintAArch64> for ObjectBlueprint
impl From<ObjectBlueprintAArch64> for ObjectBlueprint
Source§fn from(ty: ObjectBlueprintSeL4Arch) -> Self
fn from(ty: ObjectBlueprintSeL4Arch) -> Self
Converts to this type from the input type.
Source§impl From<ObjectBlueprintAArch64> for ObjectBlueprintArch
impl From<ObjectBlueprintAArch64> 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 ObjectBlueprintAArch64
impl Ord for ObjectBlueprintAArch64
Source§impl PartialEq for ObjectBlueprintAArch64
impl PartialEq for ObjectBlueprintAArch64
Source§impl PartialOrd for ObjectBlueprintAArch64
impl PartialOrd for ObjectBlueprintAArch64
Source§fn partial_cmp(&self, other: &ObjectBlueprintAArch64) -> Option<Ordering>
fn partial_cmp(&self, other: &ObjectBlueprintAArch64) -> Option<Ordering>
impl Copy for ObjectBlueprintAArch64
impl Eq for ObjectBlueprintAArch64
impl StructuralPartialEq for ObjectBlueprintAArch64
Auto Trait Implementations§
impl Freeze for ObjectBlueprintAArch64
impl RefUnwindSafe for ObjectBlueprintAArch64
impl Send for ObjectBlueprintAArch64
impl Sync for ObjectBlueprintAArch64
impl Unpin for ObjectBlueprintAArch64
impl UnwindSafe for ObjectBlueprintAArch64
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
)