pub struct TuneGroup<K> { /* private fields */ }
Expand description
A tune group encapsulates a priority that can be calculated based on an autotune key.
During autotuning, the higher prioritized groups will be autotuned first, and if a tunable returns a valid result, no more groups will be autotuned afterward.
Note that tunables themselves have a priority dictating the order in which they are autotuned in each group.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<K> Freeze for TuneGroup<K>
impl<K> !RefUnwindSafe for TuneGroup<K>
impl<K> !Send for TuneGroup<K>
impl<K> !Sync for TuneGroup<K>
impl<K> Unpin for TuneGroup<K>
impl<K> !UnwindSafe for TuneGroup<K>
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