Struct surgefilter_comb::imports::TuningPresent [−][src]
pub struct TuningPresent(pub bool);
Tuple Fields
0: bool
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for TuningPresent
impl Send for TuningPresent
impl Sync for TuningPresent
impl Unpin for TuningPresent
impl UnwindSafe for TuningPresent
Blanket Implementations
Mutably borrows from an owned value. Read more