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