Struct SpeechAppendedSilence
#[repr(transparent)]pub struct SpeechAppendedSilence(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl Clone for SpeechAppendedSilence
impl Clone for SpeechAppendedSilence
§fn clone(&self) -> SpeechAppendedSilence
fn clone(&self) -> SpeechAppendedSilence
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 SpeechAppendedSilence
impl Debug for SpeechAppendedSilence
§impl Default for SpeechAppendedSilence
impl Default for SpeechAppendedSilence
§fn default() -> SpeechAppendedSilence
fn default() -> SpeechAppendedSilence
Returns the “default value” for a type. Read more
§impl PartialEq for SpeechAppendedSilence
impl PartialEq for SpeechAppendedSilence
impl Copy for SpeechAppendedSilence
impl Eq for SpeechAppendedSilence
impl StructuralPartialEq for SpeechAppendedSilence
Auto Trait Implementations§
impl Freeze for SpeechAppendedSilence
impl RefUnwindSafe for SpeechAppendedSilence
impl Send for SpeechAppendedSilence
impl Sync for SpeechAppendedSilence
impl Unpin for SpeechAppendedSilence
impl UnwindSafe for SpeechAppendedSilence
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