#[repr(C)]pub struct AkCurveInterpolation {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl AkCurveInterpolation
impl AkCurveInterpolation
pub fn ak_curve_interpolation_log3() -> Self
pub fn ak_curve_interpolation_sine() -> Self
pub fn ak_curve_interpolation_log1() -> Self
pub fn ak_curve_interpolation_inv_s_curve() -> Self
pub fn ak_curve_interpolation_linear() -> Self
pub fn ak_curve_interpolation_s_curve() -> Self
pub fn ak_curve_interpolation_exp1() -> Self
pub fn ak_curve_interpolation_sine_recip() -> Self
pub fn ak_curve_interpolation_exp3() -> Self
pub fn ak_curve_interpolation_last_fade_curve() -> Self
pub fn ak_curve_interpolation_constant() -> Self
Trait Implementations§
Source§impl ClassIdentity for AkCurveInterpolation
impl ClassIdentity for AkCurveInterpolation
Source§impl Clone for AkCurveInterpolation
impl Clone for AkCurveInterpolation
Source§fn clone(&self) -> AkCurveInterpolation
fn clone(&self) -> AkCurveInterpolation
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 moreSource§impl Debug for AkCurveInterpolation
impl Debug for AkCurveInterpolation
Source§impl PartialEq for AkCurveInterpolation
impl PartialEq for AkCurveInterpolation
impl Copy for AkCurveInterpolation
impl Eq for AkCurveInterpolation
impl StructuralPartialEq for AkCurveInterpolation
Auto Trait Implementations§
impl Freeze for AkCurveInterpolation
impl RefUnwindSafe for AkCurveInterpolation
impl Send for AkCurveInterpolation
impl Sync for AkCurveInterpolation
impl Unpin for AkCurveInterpolation
impl UnwindSafe for AkCurveInterpolation
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)