#[repr(C)]pub struct SPDVoice {
pub name: *mut c_char,
pub language: *mut c_char,
pub variant: *mut c_char,
}
Fields§
§name: *mut c_char
§language: *mut c_char
§variant: *mut c_char
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SPDVoice
impl RefUnwindSafe for SPDVoice
impl !Send for SPDVoice
impl !Sync for SPDVoice
impl Unpin for SPDVoice
impl UnwindSafe for SPDVoice
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