pub enum OpImm32Function {
ADDIW,
SLLIW,
SRLIW,
SRAIW,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for OpImm32Function
impl Clone for OpImm32Function
Source§fn clone(&self) -> OpImm32Function
fn clone(&self) -> OpImm32Function
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 OpImm32Function
impl Debug for OpImm32Function
Source§impl PartialEq for OpImm32Function
impl PartialEq for OpImm32Function
impl Copy for OpImm32Function
impl StructuralPartialEq for OpImm32Function
Auto Trait Implementations§
impl Freeze for OpImm32Function
impl RefUnwindSafe for OpImm32Function
impl Send for OpImm32Function
impl Sync for OpImm32Function
impl Unpin for OpImm32Function
impl UnwindSafe for OpImm32Function
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