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