pub enum word_width {
BYTE,
HALF,
WORD,
DOUBLE,
}Expand description
word_width
Generated from the Sail sources at riscv_types.sail L93.
Variants§
Trait Implementations§
Source§impl Clone for word_width
impl Clone for word_width
Source§fn clone(&self) -> word_width
fn clone(&self) -> word_width
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for word_width
impl Debug for word_width
Source§impl PartialEq for word_width
impl PartialEq for word_width
impl Copy for word_width
impl Eq for word_width
impl StructuralPartialEq for word_width
Auto Trait Implementations§
impl Freeze for word_width
impl RefUnwindSafe for word_width
impl Send for word_width
impl Sync for word_width
impl Unpin for word_width
impl UnwindSafe for word_width
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more