#[repr(C)]pub struct SPDMsgSettings {
pub rate: c_int,
pub pitch: c_int,
pub pitch_range: c_int,
pub volume: c_int,
pub punctuation_mode: Type,
pub spelling_mode: Type,
pub cap_let_recogn: Type,
pub voice_type: Type,
pub voice: SPDVoice,
}
Fields§
§rate: c_int
§pitch: c_int
§pitch_range: c_int
§volume: c_int
§punctuation_mode: Type
§spelling_mode: Type
§cap_let_recogn: Type
§voice_type: Type
§voice: SPDVoice
Trait Implementations§
Source§impl Clone for SPDMsgSettings
impl Clone for SPDMsgSettings
Source§fn clone(&self) -> SPDMsgSettings
fn clone(&self) -> SPDMsgSettings
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 moreSource§impl Debug for SPDMsgSettings
impl Debug for SPDMsgSettings
impl Copy for SPDMsgSettings
Auto Trait Implementations§
impl Freeze for SPDMsgSettings
impl RefUnwindSafe for SPDMsgSettings
impl !Send for SPDMsgSettings
impl !Sync for SPDMsgSettings
impl Unpin for SPDMsgSettings
impl UnwindSafe for SPDMsgSettings
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