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