pub struct Op { /* private fields */ }Implementations§
Source§impl Op
impl Op
Sourcepub fn avx_bcast(&self) -> AvxBroadcast
pub fn avx_bcast(&self) -> AvxBroadcast
Returns AVX broadcast type, or AvxBroadcast::Invalid if irrelevant.
Sourcepub fn avx_zero_opmask(&self) -> bool
pub fn avx_zero_opmask(&self) -> bool
Returns the AVX zero opmask {Z}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Op
impl RefUnwindSafe for Op
impl Send for Op
impl Sync for Op
impl Unpin for Op
impl UnwindSafe for Op
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