Enum cranelift_codegen::isa::x64::args::UnaryRmRImmVexOpcode
source · pub enum UnaryRmRImmVexOpcode {
Rorx,
}
Expand description
Internal type UnaryRmRImmVexOpcode: defined at src/isa/x64/inst.isle line 792.
Variants§
Rorx
Trait Implementations§
source§impl Clone for UnaryRmRImmVexOpcode
impl Clone for UnaryRmRImmVexOpcode
source§fn clone(&self) -> UnaryRmRImmVexOpcode
fn clone(&self) -> UnaryRmRImmVexOpcode
Returns a copy 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 UnaryRmRImmVexOpcode
impl Debug for UnaryRmRImmVexOpcode
source§impl Display for UnaryRmRImmVexOpcode
impl Display for UnaryRmRImmVexOpcode
source§impl PartialEq for UnaryRmRImmVexOpcode
impl PartialEq for UnaryRmRImmVexOpcode
impl Copy for UnaryRmRImmVexOpcode
impl Eq for UnaryRmRImmVexOpcode
impl StructuralPartialEq for UnaryRmRImmVexOpcode
Auto Trait Implementations§
impl Freeze for UnaryRmRImmVexOpcode
impl RefUnwindSafe for UnaryRmRImmVexOpcode
impl Send for UnaryRmRImmVexOpcode
impl Sync for UnaryRmRImmVexOpcode
impl Unpin for UnaryRmRImmVexOpcode
impl UnwindSafe for UnaryRmRImmVexOpcode
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.