pub struct VettedCandidate {
pub render: RenderedPhrase,
pub features: Features,
}Expand description
A vetted, loudness-normalized render plus its features — the single artifact one candidate costs.
Fields§
§render: RenderedPhraseThe normalized render (this exact buffer is what audition plays).
features: FeaturesThe extracted features.
Trait Implementations§
Source§impl Clone for VettedCandidate
impl Clone for VettedCandidate
Source§fn clone(&self) -> VettedCandidate
fn clone(&self) -> VettedCandidate
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 VettedCandidate
impl RefUnwindSafe for VettedCandidate
impl Send for VettedCandidate
impl Sync for VettedCandidate
impl Unpin for VettedCandidate
impl UnsafeUnpin for VettedCandidate
impl UnwindSafe for VettedCandidate
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