pub struct RiscMul { /* private fields */ }
Expand description
Builder for the RiscMul
operation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RiscMul
impl RefUnwindSafe for RiscMul
impl Send for RiscMul
impl Sync for RiscMul
impl Unpin for RiscMul
impl UnwindSafe for RiscMul
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