pub enum vlewidth {
VLE8,
VLE16,
VLE32,
VLE64,
}Expand description
vlewidth
Generated from the Sail sources at riscv_vreg_type.sail L110.
Variants§
Trait Implementations§
impl Copy for vlewidth
impl Eq for vlewidth
impl StructuralPartialEq for vlewidth
Auto Trait Implementations§
impl Freeze for vlewidth
impl RefUnwindSafe for vlewidth
impl Send for vlewidth
impl Sync for vlewidth
impl Unpin for vlewidth
impl UnwindSafe for vlewidth
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