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