pub struct Math { /* private fields */ }
Expand description
A handle to the Math
module.
This is a copy zero-sized type with no associated methods. This type exists so a Ruby VM can attempt to unbox this type and statically dispatch to functions defined in this crate.
§Examples
const MATH: Math = Math::new();
Implementations§
Trait Implementations§
Source§impl Ord for Math
impl Ord for Math
Source§impl PartialOrd for Math
impl PartialOrd for Math
impl Copy for Math
impl Eq for Math
impl StructuralPartialEq for Math
Auto Trait Implementations§
impl Freeze for Math
impl RefUnwindSafe for Math
impl Send for Math
impl Sync for Math
impl Unpin for Math
impl UnwindSafe for Math
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