Struct XmmMemAlignedImm
pub struct XmmMemAlignedImm(/* private fields */);
Expand description
A newtype wrapper around RegMemImm
.
Implementations§
§impl XmmMemAlignedImm
impl XmmMemAlignedImm
pub fn new(rmi: RegMemImm) -> Option<XmmMemAlignedImm>
pub fn new(rmi: RegMemImm) -> Option<XmmMemAlignedImm>
Construct this newtype from the given RegMemImm
, or return
None
if the RegMemImm
is not a valid instance of this
newtype.
pub fn unwrap_new(rmi: RegMemImm) -> XmmMemAlignedImm
pub fn unwrap_new(rmi: RegMemImm) -> XmmMemAlignedImm
Like Self::new(rmi).unwrap()
but with better panic
messages in case of failure.
pub fn to_reg_mem_imm(self) -> RegMemImm
pub fn to_reg_mem_imm(self) -> RegMemImm
Convert this newtype into its underlying RegMemImm
.
Trait Implementations§
§impl Clone for XmmMemAlignedImm
impl Clone for XmmMemAlignedImm
§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 more§impl Debug for XmmMemAlignedImm
impl Debug for XmmMemAlignedImm
§impl<'a> From<&'a XmmMemAlignedImm> for &'a RegMemImm
impl<'a> From<&'a XmmMemAlignedImm> for &'a RegMemImm
§fn from(rmi: &'a XmmMemAlignedImm) -> &'a RegMemImm
fn from(rmi: &'a XmmMemAlignedImm) -> &'a RegMemImm
Converts to this type from the input type.
§impl From<Xmm> for XmmMemAlignedImm
impl From<Xmm> for XmmMemAlignedImm
§fn from(r: Xmm) -> XmmMemAlignedImm
fn from(r: Xmm) -> XmmMemAlignedImm
Converts to this type from the input type.
§impl From<XmmMemAlignedImm> for RegMemImm
impl From<XmmMemAlignedImm> for RegMemImm
§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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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
)