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