pub enum AmoFunction {
LR,
SC,
SWAP,
ADD,
AND,
OR,
XOR,
MAX,
MIN,
MAXU,
MINU,
}Variants§
Implementations§
Source§impl AmoFunction
impl AmoFunction
pub fn from_func5(func5: u8) -> Self
Trait Implementations§
Source§impl Clone for AmoFunction
impl Clone for AmoFunction
Source§fn clone(&self) -> AmoFunction
fn clone(&self) -> AmoFunction
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 AmoFunction
impl Debug for AmoFunction
Source§impl PartialEq for AmoFunction
impl PartialEq for AmoFunction
impl Copy for AmoFunction
impl StructuralPartialEq for AmoFunction
Auto Trait Implementations§
impl Freeze for AmoFunction
impl RefUnwindSafe for AmoFunction
impl Send for AmoFunction
impl Sync for AmoFunction
impl Unpin for AmoFunction
impl UnwindSafe for AmoFunction
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