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