#[repr(C)]pub enum espeak_ERROR {
EE_OK = 0,
EE_INTERNAL_ERROR = -1,
EE_BUFFER_FULL = 1,
EE_NOT_FOUND = 2,
}Variants§
Auto Trait Implementations§
impl Freeze for espeak_ERROR
impl RefUnwindSafe for espeak_ERROR
impl Send for espeak_ERROR
impl Sync for espeak_ERROR
impl Unpin for espeak_ERROR
impl UnwindSafe for espeak_ERROR
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