pub struct SpeakerSample {
pub speaker_ordinal: u16,
pub primary_language: Key,
pub closest_dialect: String,
pub usable_speech_ms: u32,
pub features: FeatureVector,
}Fields§
§speaker_ordinal: u16§primary_language: Key§closest_dialect: String§usable_speech_ms: u32§features: FeatureVectorAuto Trait Implementations§
impl Freeze for SpeakerSample
impl RefUnwindSafe for SpeakerSample
impl Send for SpeakerSample
impl Sync for SpeakerSample
impl Unpin for SpeakerSample
impl UnsafeUnpin for SpeakerSample
impl UnwindSafe for SpeakerSample
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