pub struct Imm8Xmm(/* private fields */);
Expand description
A newtype wrapper around Imm8Reg
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Imm8Xmm
impl RefUnwindSafe for Imm8Xmm
impl Send for Imm8Xmm
impl Sync for Imm8Xmm
impl Unpin for Imm8Xmm
impl UnwindSafe for Imm8Xmm
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