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