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