pub enum CSRFunction {
CSRRW,
CSRRS,
CSRRC,
CSRRWI,
CSRRSI,
CSRRCI,
}Variants§
Implementations§
Source§impl CSRFunction
impl CSRFunction
pub fn from_func3(func3: u8) -> Self
Trait Implementations§
Source§impl Clone for CSRFunction
impl Clone for CSRFunction
Source§fn clone(&self) -> CSRFunction
fn clone(&self) -> CSRFunction
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 CSRFunction
impl Debug for CSRFunction
Source§impl PartialEq for CSRFunction
impl PartialEq for CSRFunction
impl Copy for CSRFunction
impl StructuralPartialEq for CSRFunction
Auto Trait Implementations§
impl Freeze for CSRFunction
impl RefUnwindSafe for CSRFunction
impl Send for CSRFunction
impl Sync for CSRFunction
impl Unpin for CSRFunction
impl UnwindSafe for CSRFunction
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