pub struct MathContext(/* private fields */);Implementations§
Auto Trait Implementations§
impl Freeze for MathContext
impl !RefUnwindSafe for MathContext
impl !Send for MathContext
impl !Sync for MathContext
impl Unpin for MathContext
impl !UnwindSafe for MathContext
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