pub struct BooleanConfig;Expand description
Process-global default engine, in the style of Quality: the plain
boolean entry points (crate::manifold::Manifold::boolean, CSG-tree
evaluation, Minkowski) read this; _with_engine variants override it
per call.
Implementations§
Source§impl BooleanConfig
impl BooleanConfig
pub fn set_default_engine(engine: BooleanEngine)
pub fn default_engine() -> BooleanEngine
pub fn reset_to_defaults()
Auto Trait Implementations§
impl Freeze for BooleanConfig
impl RefUnwindSafe for BooleanConfig
impl Send for BooleanConfig
impl Sync for BooleanConfig
impl Unpin for BooleanConfig
impl UnsafeUnpin for BooleanConfig
impl UnwindSafe for BooleanConfig
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