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