pub struct MathModule;Expand description
The math stdlib module.
Implementations§
Source§impl MathModule
impl MathModule
Trait Implementations§
Source§impl Default for MathModule
impl Default for MathModule
Source§impl StdlibModule for MathModule
impl StdlibModule for MathModule
Auto Trait Implementations§
impl Freeze for MathModule
impl RefUnwindSafe for MathModule
impl Send for MathModule
impl Sync for MathModule
impl Unpin for MathModule
impl UnwindSafe for MathModule
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