pub struct DivMantissaR { /* private fields */ }
Expand description
Value of the field DIV_Mantissa
Implementations§
Auto Trait Implementations§
impl Freeze for DivMantissaR
impl RefUnwindSafe for DivMantissaR
impl Send for DivMantissaR
impl Sync for DivMantissaR
impl Unpin for DivMantissaR
impl UnwindSafe for DivMantissaR
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