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