#[repr(transparent)]pub struct SpeechPunctuationSilence(pub i32);
Expand description
Required features: "Media_SpeechSynthesis"
Tuple Fields
0: i32
Implementations
Trait Implementations
impl Clone for SpeechPunctuationSilence
impl Clone for SpeechPunctuationSilence
impl Copy for SpeechPunctuationSilence
Auto Trait Implementations
impl RefUnwindSafe for SpeechPunctuationSilence
impl Send for SpeechPunctuationSilence
impl Sync for SpeechPunctuationSilence
impl Unpin for SpeechPunctuationSilence
impl UnwindSafe for SpeechPunctuationSilence
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more