Struct windows_sys::Media::SpeechSynthesis::VoiceGender
[−]#[repr(transparent)]pub struct VoiceGender(pub i32);
Expand description
Required features: ‘Media_SpeechSynthesis’
Tuple Fields
0: i32
Implementations
impl VoiceGender
impl VoiceGender
Trait Implementations
impl Clone for VoiceGender
impl Clone for VoiceGender
impl Copy for VoiceGender
Auto Trait Implementations
impl RefUnwindSafe for VoiceGender
impl Send for VoiceGender
impl Sync for VoiceGender
impl Unpin for VoiceGender
impl UnwindSafe for VoiceGender
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more