pub enum ObjectBlueprintRiscV {
_4kPage,
MegaPage,
GigaPage,
PageTable,
}
Variants§
Trait Implementations§
Source§impl Clone for ObjectBlueprintRiscV
impl Clone for ObjectBlueprintRiscV
Source§fn clone(&self) -> ObjectBlueprintRiscV
fn clone(&self) -> ObjectBlueprintRiscV
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 moreSource§impl Debug for ObjectBlueprintRiscV
impl Debug for ObjectBlueprintRiscV
Source§impl From<ObjectBlueprintRiscV> for ObjectBlueprint
impl From<ObjectBlueprintRiscV> for ObjectBlueprint
Source§fn from(blueprint: ObjectBlueprintArch) -> Self
fn from(blueprint: ObjectBlueprintArch) -> Self
Converts to this type from the input type.
Source§impl Ord for ObjectBlueprintRiscV
impl Ord for ObjectBlueprintRiscV
Source§impl PartialEq for ObjectBlueprintRiscV
impl PartialEq for ObjectBlueprintRiscV
Source§impl PartialOrd for ObjectBlueprintRiscV
impl PartialOrd for ObjectBlueprintRiscV
Source§fn partial_cmp(&self, other: &ObjectBlueprintRiscV) -> Option<Ordering>
fn partial_cmp(&self, other: &ObjectBlueprintRiscV) -> Option<Ordering>
impl Copy for ObjectBlueprintRiscV
impl Eq for ObjectBlueprintRiscV
impl StructuralPartialEq for ObjectBlueprintRiscV
Auto Trait Implementations§
impl Freeze for ObjectBlueprintRiscV
impl RefUnwindSafe for ObjectBlueprintRiscV
impl Send for ObjectBlueprintRiscV
impl Sync for ObjectBlueprintRiscV
impl Unpin for ObjectBlueprintRiscV
impl UnwindSafe for ObjectBlueprintRiscV
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)