Struct cranelift_codegen::isa::x64::args::XmmMemAlignedImm
source · pub struct XmmMemAlignedImm(/* private fields */);
Expand description
A newtype wrapper around RegMemImm
.
Implementations§
Trait Implementations§
source§impl Clone for XmmMemAlignedImm
impl Clone for XmmMemAlignedImm
source§fn clone(&self) -> XmmMemAlignedImm
fn clone(&self) -> XmmMemAlignedImm
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 XmmMemAlignedImm
impl Debug for XmmMemAlignedImm
source§impl<'a> From<&'a XmmMemAlignedImm> for &'a RegMemImm
impl<'a> From<&'a XmmMemAlignedImm> for &'a RegMemImm
source§fn from(rmi: &'a XmmMemAlignedImm) -> &'a RegMemImm
fn from(rmi: &'a XmmMemAlignedImm) -> &'a RegMemImm
Converts to this type from the input type.
source§impl From<Xmm> for XmmMemAlignedImm
impl From<Xmm> for XmmMemAlignedImm
source§impl From<XmmMemAlignedImm> for RegMemImm
impl From<XmmMemAlignedImm> for RegMemImm
source§fn from(rmi: XmmMemAlignedImm) -> RegMemImm
fn from(rmi: XmmMemAlignedImm) -> RegMemImm
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for XmmMemAlignedImm
impl RefUnwindSafe for XmmMemAlignedImm
impl Send for XmmMemAlignedImm
impl Sync for XmmMemAlignedImm
impl Unpin for XmmMemAlignedImm
impl UnwindSafe for XmmMemAlignedImm
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