pub enum SystemFunction {
Environment(EnvironmentFunction),
CSR(CSRFunction),
}Variants§
Environment(EnvironmentFunction)
CSR(CSRFunction)
Implementations§
Source§impl SystemFunction
impl SystemFunction
pub fn from_func3_imm11_0(func3: u8, imm11_0: u16) -> Self
Trait Implementations§
Source§impl Clone for SystemFunction
impl Clone for SystemFunction
Source§fn clone(&self) -> SystemFunction
fn clone(&self) -> SystemFunction
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 SystemFunction
impl Debug for SystemFunction
Source§impl PartialEq for SystemFunction
impl PartialEq for SystemFunction
impl Copy for SystemFunction
impl StructuralPartialEq for SystemFunction
Auto Trait Implementations§
impl Freeze for SystemFunction
impl RefUnwindSafe for SystemFunction
impl Send for SystemFunction
impl Sync for SystemFunction
impl Unpin for SystemFunction
impl UnwindSafe for SystemFunction
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