pub struct ISimdPair {
pub opcode2: u32,
pub opcode3: u32,
pub op_type3: u32,
}Fields§
§opcode2: u32§opcode3: u32§op_type3: u32Implementations§
Trait Implementations§
impl Copy for ISimdPair
Auto Trait Implementations§
impl Freeze for ISimdPair
impl RefUnwindSafe for ISimdPair
impl Send for ISimdPair
impl Sync for ISimdPair
impl Unpin for ISimdPair
impl UnsafeUnpin for ISimdPair
impl UnwindSafe for ISimdPair
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