pub struct espeak_VOICE {
pub name: *const c_char,
pub languages: *const c_char,
pub identifier: *const c_char,
pub gender: c_uchar,
pub age: c_uchar,
pub variant: c_uchar,
/* private fields */
}Fields§
§name: *const c_char§languages: *const c_char§identifier: *const c_char§gender: c_uchar§age: c_uchar§variant: c_ucharAuto Trait Implementations§
impl Freeze for espeak_VOICE
impl RefUnwindSafe for espeak_VOICE
impl !Send for espeak_VOICE
impl !Sync for espeak_VOICE
impl Unpin for espeak_VOICE
impl UnwindSafe for espeak_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