pub struct X86Xmm;Trait Implementations§
Auto Trait Implementations§
impl Freeze for X86Xmm
impl RefUnwindSafe for X86Xmm
impl Send for X86Xmm
impl Sync for X86Xmm
impl Unpin for X86Xmm
impl UnwindSafe for X86Xmm
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