pub struct Vocal {
pub text: String,
pub time: RawTimestamp,
pub syllables: Vec<Syllable>,
}
Expand description
Vocal Container
Fields§
§text: String
Global vocal text
time: RawTimestamp
Time at which start the vocals
syllables: Vec<Syllable>
syllables from text
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Vocal
impl RefUnwindSafe for Vocal
impl Send for Vocal
impl Sync for Vocal
impl Unpin for Vocal
impl UnwindSafe for Vocal
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