pub struct LinearStep { /* private fields */ }Expand description
Shared per-iteration factor for LinearCfr: the iteration weight t.
Auto Trait Implementations§
impl Freeze for LinearStep
impl RefUnwindSafe for LinearStep
impl Send for LinearStep
impl Sync for LinearStep
impl Unpin for LinearStep
impl UnsafeUnpin for LinearStep
impl UnwindSafe for LinearStep
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