#[repr(C)]pub struct SoundSystem_LipSyncStructData {
pub m_msec: i32,
pub m_width: f32,
pub m_height: f32,
pub m_tongue: f32,
pub m_a: f32,
pub m_i: f32,
pub m_u: f32,
pub m_e: f32,
pub m_o: f32,
pub m_vol: f32,
}Expand description
Fields§
§m_msec: i32§m_width: f32§m_height: f32§m_tongue: f32§m_a: f32§m_i: f32§m_u: f32§m_e: f32§m_o: f32§m_vol: f32Trait Implementations§
Source§impl Clone for SoundSystem_LipSyncStructData
impl Clone for SoundSystem_LipSyncStructData
Source§fn clone(&self) -> SoundSystem_LipSyncStructData
fn clone(&self) -> SoundSystem_LipSyncStructData
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SoundSystem_LipSyncStructData
Auto Trait Implementations§
impl Freeze for SoundSystem_LipSyncStructData
impl RefUnwindSafe for SoundSystem_LipSyncStructData
impl Send for SoundSystem_LipSyncStructData
impl Sync for SoundSystem_LipSyncStructData
impl Unpin for SoundSystem_LipSyncStructData
impl UnwindSafe for SoundSystem_LipSyncStructData
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)