#[repr(C)]pub struct Voice {
pub name: *const c_char,
pub language: *const c_char,
pub variant: *const c_char,
}Fields§
§name: *const c_charName of the voice (id)
language: *const c_charSubset of BCP-47
A 2/3-letter ISO language code, possibly followed by a hyphen and a
2/3-letter ISO region code (e.g.: en-US).
variant: *const c_charCustom string describing dialect and other properties
Trait Implementations§
Auto Trait Implementations§
impl !Send for Voice
impl !Sync for Voice
impl Freeze for Voice
impl RefUnwindSafe for Voice
impl Unpin for Voice
impl UnsafeUnpin for Voice
impl UnwindSafe for Voice
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