Struct rustpotter::RustpotterConfig
source · pub struct RustpotterConfig {
pub fmt: WavFmt,
pub detector: DetectorConfig,
pub filters: FiltersConfig,
}Expand description
Encapsulates all the tool configurations.
Fields§
§fmt: WavFmtconfigures expected wav input format.
detector: DetectorConfigConfigures detection.
filters: FiltersConfigConfigures input audio filters.
Trait Implementations§
source§impl Debug for RustpotterConfig
impl Debug for RustpotterConfig
source§impl Default for RustpotterConfig
impl Default for RustpotterConfig
source§fn default() -> RustpotterConfig
fn default() -> RustpotterConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for RustpotterConfig
impl Send for RustpotterConfig
impl Sync for RustpotterConfig
impl Unpin for RustpotterConfig
impl UnwindSafe for RustpotterConfig
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