pub struct WfcConfig {
pub floor_weight: f64,
}Fields§
§floor_weight: f64Trait 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