pub struct TargetAudioSpec { /* private fields */ }Expand description
Validated target-audio section.
Implementations§
Source§impl TargetAudioSpec
impl TargetAudioSpec
Sourcepub fn segmentation(&self) -> &Segmentation
pub fn segmentation(&self) -> &Segmentation
Validated windowing for training.
Trait Implementations§
Source§impl Clone for TargetAudioSpec
impl Clone for TargetAudioSpec
Source§fn clone(&self) -> TargetAudioSpec
fn clone(&self) -> TargetAudioSpec
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for TargetAudioSpec
impl RefUnwindSafe for TargetAudioSpec
impl Send for TargetAudioSpec
impl Sync for TargetAudioSpec
impl Unpin for TargetAudioSpec
impl UnsafeUnpin for TargetAudioSpec
impl UnwindSafe for TargetAudioSpec
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