pub struct TuneGroup<K> { /* private fields */ }Expand description
A priority bucket for tunables, computed from the autotune key.
Higher-priority groups are autotuned first; once any tunable in a group returns a valid result, no later groups are tried.
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> UnsafeUnpin 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