#[repr(u32)]pub enum BlockModelsMode {
Literals = 0,
Values = 1,
Last = 2,
}Expand description
Mode for blocking models.
Specifies how models are blocked in Solver::blockModel and Solver::blockModelValues.
Variants§
Trait Implementations§
Source§impl Clone for BlockModelsMode
impl Clone for BlockModelsMode
Source§fn clone(&self) -> BlockModelsMode
fn clone(&self) -> BlockModelsMode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BlockModelsMode
impl Debug for BlockModelsMode
Source§impl Hash for BlockModelsMode
impl Hash for BlockModelsMode
Source§impl PartialEq for BlockModelsMode
impl PartialEq for BlockModelsMode
impl Copy for BlockModelsMode
impl Eq for BlockModelsMode
impl StructuralPartialEq for BlockModelsMode
Auto Trait Implementations§
impl Freeze for BlockModelsMode
impl RefUnwindSafe for BlockModelsMode
impl Send for BlockModelsMode
impl Sync for BlockModelsMode
impl Unpin for BlockModelsMode
impl UnsafeUnpin for BlockModelsMode
impl UnwindSafe for BlockModelsMode
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