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