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