pub type ObjectTypeSeL4Arch = ObjectTypeAArch64;
Expand description
Alias for ObjectTypeAArch64
.
Aliased Type§
enum ObjectTypeSeL4Arch {
HugePage,
VSpace,
}
Variants§
Trait Implementations
Source§impl Clone for ObjectTypeAArch64
impl Clone for ObjectTypeAArch64
Source§fn clone(&self) -> ObjectTypeAArch64
fn clone(&self) -> ObjectTypeAArch64
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