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