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