pub struct Syllable {
pub text: String,
pub start: RawTimestamp,
}
Expand description
A chunk of the base text that is timed
Fields§
§text: String
Syllable text
start: RawTimestamp
The time at the syllable is pronouunced
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Syllable
impl RefUnwindSafe for Syllable
impl Send for Syllable
impl Sync for Syllable
impl Unpin for Syllable
impl UnwindSafe for Syllable
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