pub type ObjectTypeArch = ObjectTypeRISCV;
Aliased Type§
enum ObjectTypeArch {
_4kPage,
MegaPage,
PageTable,
}
Variants§
Trait Implementations
Source§impl Clone for ObjectTypeRISCV
impl Clone for ObjectTypeRISCV
Source§fn clone(&self) -> ObjectTypeRISCV
fn clone(&self) -> ObjectTypeRISCV
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