pub struct SpeechSegment {
pub start: i32,
pub samples: Vec<f32>,
}
Fields§
§start: i32
§samples: Vec<f32>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SpeechSegment
impl RefUnwindSafe for SpeechSegment
impl Send for SpeechSegment
impl Sync for SpeechSegment
impl Unpin for SpeechSegment
impl UnwindSafe for SpeechSegment
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