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