pub enum vimcfunct6 {
VIMC_VMADC,
}Expand description
vimcfunct6
Generated from the Sail sources at riscv_vreg_type.sail L38.
Variants§
VIMC_VMADC
Trait Implementations§
Source§impl Clone for vimcfunct6
impl Clone for vimcfunct6
Source§fn clone(&self) -> vimcfunct6
fn clone(&self) -> vimcfunct6
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 vimcfunct6
impl Debug for vimcfunct6
Source§impl PartialEq for vimcfunct6
impl PartialEq for vimcfunct6
impl Copy for vimcfunct6
impl Eq for vimcfunct6
impl StructuralPartialEq for vimcfunct6
Auto Trait Implementations§
impl Freeze for vimcfunct6
impl RefUnwindSafe for vimcfunct6
impl Send for vimcfunct6
impl Sync for vimcfunct6
impl Unpin for vimcfunct6
impl UnwindSafe for vimcfunct6
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