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