pub struct SimdDot {
pub vector_op: u32,
pub element_op: u32,
pub ta: u8,
pub tb: u8,
pub t_element: u8,
}Fields§
§vector_op: u32§element_op: u32§ta: u8§tb: u8§t_element: u8Implementations§
Trait Implementations§
impl Copy for SimdDot
Auto Trait Implementations§
impl Freeze for SimdDot
impl RefUnwindSafe for SimdDot
impl Send for SimdDot
impl Sync for SimdDot
impl Unpin for SimdDot
impl UnsafeUnpin for SimdDot
impl UnwindSafe for SimdDot
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