pub struct ISimdVVx {
pub op0_signature: u32,
pub op1_signature: u32,
/* private fields */
}Fields§
§op0_signature: u32§op1_signature: u32Implementations§
Trait Implementations§
impl Copy for ISimdVVx
Auto Trait Implementations§
impl Freeze for ISimdVVx
impl RefUnwindSafe for ISimdVVx
impl Send for ISimdVVx
impl Sync for ISimdVVx
impl Unpin for ISimdVVx
impl UnsafeUnpin for ISimdVVx
impl UnwindSafe for ISimdVVx
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