pub struct EwcConfig {
pub lambda: f32,
pub decay: f32,
pub online: bool,
}Fields§
§lambda: f32§decay: f32§online: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for EwcConfig
impl RefUnwindSafe for EwcConfig
impl Send for EwcConfig
impl Sync for EwcConfig
impl Unpin for EwcConfig
impl UnsafeUnpin for EwcConfig
impl UnwindSafe for EwcConfig
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