pub type ObjectTypeArch = ObjectTypeArm;
Expand description
Alias for ObjectTypeArm
.
Aliased Type§
enum ObjectTypeArch {
SmallPage,
LargePage,
PT,
VCpu,
SeL4Arch(ObjectTypeAArch64),
}
Variants§
Trait Implementations§
Source§impl From<ObjectTypeAArch64> for ObjectTypeArch
impl From<ObjectTypeAArch64> for ObjectTypeArch
Source§fn from(ty: ObjectTypeSeL4Arch) -> Self
fn from(ty: ObjectTypeSeL4Arch) -> Self
Converts to this type from the input type.
Source§impl Clone for ObjectTypeArm
impl Clone for ObjectTypeArm
Source§fn clone(&self) -> ObjectTypeArm
fn clone(&self) -> ObjectTypeArm
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 more