pub struct Tuning { /* private fields */ }Expand description
The answers a target gives, as a set.
A set rather than a struct of booleans so that a target lists the flags it turns on and says
nothing about the rest, which is how x86-tune.def reads and is what makes an untuned flag
visibly untuned rather than visibly false.
Implementations§
Trait Implementations§
impl Copy for Tuning
impl Eq for Tuning
impl StructuralPartialEq for Tuning
Auto Trait Implementations§
impl Freeze for Tuning
impl RefUnwindSafe for Tuning
impl Send for Tuning
impl Sync for Tuning
impl Unpin for Tuning
impl UnsafeUnpin for Tuning
impl UnwindSafe for Tuning
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