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