pub enum AluRmROpcode {
Andn,
}Expand description
ALU operations that don’t accept intermediates.
Variants§
Andn
And with negated second operand.
Trait Implementations§
Source§impl Clone for AluRmROpcode
impl Clone for AluRmROpcode
Source§fn clone(&self) -> AluRmROpcode
fn clone(&self) -> AluRmROpcode
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 AluRmROpcode
impl Debug for AluRmROpcode
Source§impl Display for AluRmROpcode
impl Display for AluRmROpcode
Source§impl PartialEq for AluRmROpcode
impl PartialEq for AluRmROpcode
impl Copy for AluRmROpcode
impl StructuralPartialEq for AluRmROpcode
Auto Trait Implementations§
impl Freeze for AluRmROpcode
impl RefUnwindSafe for AluRmROpcode
impl Send for AluRmROpcode
impl Sync for AluRmROpcode
impl Unpin for AluRmROpcode
impl UnwindSafe for AluRmROpcode
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