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