#[repr(C)]pub struct SLRatePitchItf_ {
pub SetRate: Option<unsafe extern "C" fn(self_: SLRatePitchItf, rate: SLpermille) -> SLresult>,
pub GetRate: Option<unsafe extern "C" fn(self_: SLRatePitchItf, pRate: *mut SLpermille) -> SLresult>,
pub GetRatePitchCapabilities: Option<unsafe extern "C" fn(self_: SLRatePitchItf, pMinRate: *mut SLpermille, pMaxRate: *mut SLpermille) -> SLresult>,
}Fields§
§SetRate: Option<unsafe extern "C" fn(self_: SLRatePitchItf, rate: SLpermille) -> SLresult>§GetRate: Option<unsafe extern "C" fn(self_: SLRatePitchItf, pRate: *mut SLpermille) -> SLresult>§GetRatePitchCapabilities: Option<unsafe extern "C" fn(self_: SLRatePitchItf, pMinRate: *mut SLpermille, pMaxRate: *mut SLpermille) -> SLresult>Trait Implementations§
Source§impl Clone for SLRatePitchItf_
impl Clone for SLRatePitchItf_
Source§fn clone(&self) -> SLRatePitchItf_
fn clone(&self) -> SLRatePitchItf_
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SLRatePitchItf_
Auto Trait Implementations§
impl Freeze for SLRatePitchItf_
impl RefUnwindSafe for SLRatePitchItf_
impl Send for SLRatePitchItf_
impl Sync for SLRatePitchItf_
impl Unpin for SLRatePitchItf_
impl UnsafeUnpin for SLRatePitchItf_
impl UnwindSafe for SLRatePitchItf_
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