Struct SpeechPunctuationSilence
#[repr(transparent)]pub struct SpeechPunctuationSilence(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl Clone for SpeechPunctuationSilence
impl Clone for SpeechPunctuationSilence
§fn clone(&self) -> SpeechPunctuationSilence
fn clone(&self) -> SpeechPunctuationSilence
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for SpeechPunctuationSilence
impl Debug for SpeechPunctuationSilence
§impl Default for SpeechPunctuationSilence
impl Default for SpeechPunctuationSilence
§fn default() -> SpeechPunctuationSilence
fn default() -> SpeechPunctuationSilence
Returns the “default value” for a type. Read more
§impl PartialEq for SpeechPunctuationSilence
impl PartialEq for SpeechPunctuationSilence
impl Copy for SpeechPunctuationSilence
impl Eq for SpeechPunctuationSilence
impl StructuralPartialEq for SpeechPunctuationSilence
Auto Trait Implementations§
impl Freeze for SpeechPunctuationSilence
impl RefUnwindSafe for SpeechPunctuationSilence
impl Send for SpeechPunctuationSilence
impl Sync for SpeechPunctuationSilence
impl Unpin for SpeechPunctuationSilence
impl UnwindSafe for SpeechPunctuationSilence
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