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