Struct BasicMathPackage
pub struct BasicMathPackage(/* private fields */);
Expand description
Basic mathematical package.
Implementations§
§impl BasicMathPackage
impl BasicMathPackage
pub fn new() -> BasicMathPackage
pub fn new() -> BasicMathPackage
Create a new BasicMathPackage
Trait Implementations§
§impl Default for BasicMathPackage
impl Default for BasicMathPackage
§fn default() -> BasicMathPackage
fn default() -> BasicMathPackage
Returns the “default value” for a type. Read more
§impl Package for BasicMathPackage
impl Package for BasicMathPackage
Get a reference to a shared module from this package.
§fn init_engine(_engine: &mut Engine)
fn init_engine(_engine: &mut Engine)
§fn register_into_engine(&self, engine: &mut Engine) -> &Self
fn register_into_engine(&self, engine: &mut Engine) -> &Self
Auto Trait Implementations§
impl Freeze for BasicMathPackage
impl !RefUnwindSafe for BasicMathPackage
impl Send for BasicMathPackage
impl Sync for BasicMathPackage
impl Unpin for BasicMathPackage
impl !UnwindSafe for BasicMathPackage
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