pub type ObjectBlueprintSeL4Arch = ObjectBlueprintAArch64;
Expand description
Alias for ObjectBlueprintAArch64
.
Aliased Type§
enum ObjectBlueprintSeL4Arch {
HugePage,
VSpace,
}
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 more