pub struct DefaultEntropyHeuristic;Expand description
Default WfcEntropyHeuristic used by a library
It just chooses a random slot from a set of slots and does not do anything extra
Trait Implementations§
Source§impl Default for DefaultEntropyHeuristic
impl Default for DefaultEntropyHeuristic
Source§fn default() -> DefaultEntropyHeuristic
fn default() -> DefaultEntropyHeuristic
Returns the “default value” for a type. Read more
Source§impl<TBitSet> WfcEntropyHeuristic<TBitSet> for DefaultEntropyHeuristicwhere
TBitSet: BitSearch + BitEmpty + BitSet + BitIntersection + BitUnion + BitTestNone + Hash + Eq + Copy + BitIntersection<Output = TBitSet> + BitUnion<Output = TBitSet>,
impl<TBitSet> WfcEntropyHeuristic<TBitSet> for DefaultEntropyHeuristicwhere
TBitSet: BitSearch + BitEmpty + BitSet + BitIntersection + BitUnion + BitTestNone + Hash + Eq + Copy + BitIntersection<Output = TBitSet> + BitUnion<Output = TBitSet>,
Auto Trait Implementations§
impl Freeze for DefaultEntropyHeuristic
impl RefUnwindSafe for DefaultEntropyHeuristic
impl Send for DefaultEntropyHeuristic
impl Sync for DefaultEntropyHeuristic
impl Unpin for DefaultEntropyHeuristic
impl UnwindSafe for DefaultEntropyHeuristic
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