Struct PairedXmm
pub struct PairedXmm {
pub read: Xmm,
pub write: Writable<Xmm>,
}
Expand description
A pair of XMM registers, one for reading and one for writing.
Fields§
§read: Xmm
§write: Writable<Xmm>
Trait Implementations§
impl Copy for PairedXmm
Auto Trait Implementations§
impl Freeze for PairedXmm
impl RefUnwindSafe for PairedXmm
impl Send for PairedXmm
impl Sync for PairedXmm
impl Unpin for PairedXmm
impl UnwindSafe for PairedXmm
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