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