pub struct MathUtils;Expand description
Mathematical utility functions
Implementations§
Auto Trait Implementations§
impl Freeze for MathUtils
impl RefUnwindSafe for MathUtils
impl Send for MathUtils
impl Sync for MathUtils
impl Unpin for MathUtils
impl UnwindSafe for MathUtils
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