Struct ArithmeticPackage
pub struct ArithmeticPackage(/* private fields */);
Expand description
Basic arithmetic package.
Implementations§
§impl ArithmeticPackage
impl ArithmeticPackage
pub fn new() -> ArithmeticPackage
pub fn new() -> ArithmeticPackage
Create a new ArithmeticPackage
Trait Implementations§
§impl Default for ArithmeticPackage
impl Default for ArithmeticPackage
§fn default() -> ArithmeticPackage
fn default() -> ArithmeticPackage
Returns the “default value” for a type. Read more
§impl Package for ArithmeticPackage
impl Package for ArithmeticPackage
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 ArithmeticPackage
impl !RefUnwindSafe for ArithmeticPackage
impl Send for ArithmeticPackage
impl Sync for ArithmeticPackage
impl Unpin for ArithmeticPackage
impl !UnwindSafe for ArithmeticPackage
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