pub struct HiMul;
Trait Implementations§
Source§impl<D: Dialect> Binary<D> for HiMul
impl<D: Dialect> Binary<D> for HiMul
fn format_scalar<Lhs: Display, Rhs: Display>( f: &mut Formatter<'_>, lhs: Lhs, rhs: Rhs, out: Item<D>, ) -> Result
fn unroll_vec( f: &mut Formatter<'_>, lhs: &Variable<D>, rhs: &Variable<D>, out: &Variable<D>, ) -> Result
fn format( f: &mut Formatter<'_>, lhs: &Variable<D>, rhs: &Variable<D>, out: &Variable<D>, ) -> Result
Auto Trait Implementations§
impl Freeze for HiMul
impl RefUnwindSafe for HiMul
impl Send for HiMul
impl Sync for HiMul
impl Unpin for HiMul
impl UnwindSafe for HiMul
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