pub struct WfcConfig {
pub floor_weight: f64,
pub pattern_size: usize,
pub enable_backtracking: bool,
}Fields§
§floor_weight: f64§pattern_size: usize§enable_backtracking: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for WfcConfig
impl RefUnwindSafe for WfcConfig
impl Send for WfcConfig
impl Sync for WfcConfig
impl Unpin for WfcConfig
impl UnwindSafe for WfcConfig
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