Struct surgefilter_comb::imports::TunerHandle [−][src]
pub struct TunerHandle { /* fields omitted */ }
Expand description
|As in the rest of Surge, TunerHandle is
|a facade to the outside world we can pass
|around a TunerHandle instead of exposing
|implementation details of the SurgeTuner
|TunerHandle can be freely cloned and
|shared. Perhaps we could use an
|Arc<Mutex
Implementations
Trait Implementations
Performs the conversion.
pub fn try_into(
self
) -> Result<TunerHandle, <MaybeOwningTunerHandle as TryInto<TunerHandle>>::Error>
pub fn try_into(
self
) -> Result<TunerHandle, <MaybeOwningTunerHandle as TryInto<TunerHandle>>::Error>
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for TunerHandle
impl !Send for TunerHandle
impl !Sync for TunerHandle
impl Unpin for TunerHandle
impl !UnwindSafe for TunerHandle
Blanket Implementations
Mutably borrows from an owned value. Read more