#[repr(C)]pub struct espeak_EVENT {
pub event_type: espeak_EVENT_TYPE,
pub text_position: c_int,
pub length: c_int,
pub audio_position: c_int,
pub sample: c_int,
pub user_data: *mut c_void,
pub id: u64,
}Fields§
§event_type: espeak_EVENT_TYPE§text_position: c_int§length: c_int§audio_position: c_int§sample: c_int§user_data: *mut c_void§id: u64Auto Trait Implementations§
impl Freeze for espeak_EVENT
impl RefUnwindSafe for espeak_EVENT
impl !Send for espeak_EVENT
impl !Sync for espeak_EVENT
impl Unpin for espeak_EVENT
impl UnwindSafe for espeak_EVENT
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