#[repr(C)]pub struct SLPitchItf_ {
pub SetPitch: Option<unsafe extern "C" fn(self_: SLPitchItf, pitch: SLpermille) -> SLresult>,
pub GetPitch: Option<unsafe extern "C" fn(self_: SLPitchItf, pPitch: *mut SLpermille) -> SLresult>,
pub GetPitchCapabilities: Option<unsafe extern "C" fn(self_: SLPitchItf, pMinPitch: *mut SLpermille, pMaxPitch: *mut SLpermille) -> SLresult>,
}Fields§
§SetPitch: Option<unsafe extern "C" fn(self_: SLPitchItf, pitch: SLpermille) -> SLresult>§GetPitch: Option<unsafe extern "C" fn(self_: SLPitchItf, pPitch: *mut SLpermille) -> SLresult>§GetPitchCapabilities: Option<unsafe extern "C" fn(self_: SLPitchItf, pMinPitch: *mut SLpermille, pMaxPitch: *mut SLpermille) -> SLresult>Trait Implementations§
Source§impl Clone for SLPitchItf_
impl Clone for SLPitchItf_
Source§fn clone(&self) -> SLPitchItf_
fn clone(&self) -> SLPitchItf_
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 SLPitchItf_
Auto Trait Implementations§
impl Freeze for SLPitchItf_
impl RefUnwindSafe for SLPitchItf_
impl Send for SLPitchItf_
impl Sync for SLPitchItf_
impl Unpin for SLPitchItf_
impl UnsafeUnpin for SLPitchItf_
impl UnwindSafe for SLPitchItf_
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