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