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