#[repr(C)]pub struct SLEqualizerItf_ {Show 13 fields
pub SetEnabled: Option<unsafe extern "C" fn(self_: SLEqualizerItf, enabled: SLboolean) -> SLresult>,
pub IsEnabled: Option<unsafe extern "C" fn(self_: SLEqualizerItf, pEnabled: *mut SLboolean) -> SLresult>,
pub GetNumberOfBands: Option<unsafe extern "C" fn(self_: SLEqualizerItf, pAmount: *mut SLuint16) -> SLresult>,
pub GetBandLevelRange: Option<unsafe extern "C" fn(self_: SLEqualizerItf, pMin: *mut SLmillibel, pMax: *mut SLmillibel) -> SLresult>,
pub SetBandLevel: Option<unsafe extern "C" fn(self_: SLEqualizerItf, band: SLuint16, level: SLmillibel) -> SLresult>,
pub GetBandLevel: Option<unsafe extern "C" fn(self_: SLEqualizerItf, band: SLuint16, pLevel: *mut SLmillibel) -> SLresult>,
pub GetCenterFreq: Option<unsafe extern "C" fn(self_: SLEqualizerItf, band: SLuint16, pCenter: *mut SLmilliHertz) -> SLresult>,
pub GetBandFreqRange: Option<unsafe extern "C" fn(self_: SLEqualizerItf, band: SLuint16, pMin: *mut SLmilliHertz, pMax: *mut SLmilliHertz) -> SLresult>,
pub GetBand: Option<unsafe extern "C" fn(self_: SLEqualizerItf, frequency: SLmilliHertz, pBand: *mut SLuint16) -> SLresult>,
pub GetCurrentPreset: Option<unsafe extern "C" fn(self_: SLEqualizerItf, pPreset: *mut SLuint16) -> SLresult>,
pub UsePreset: Option<unsafe extern "C" fn(self_: SLEqualizerItf, index: SLuint16) -> SLresult>,
pub GetNumberOfPresets: Option<unsafe extern "C" fn(self_: SLEqualizerItf, pNumPresets: *mut SLuint16) -> SLresult>,
pub GetPresetName: Option<unsafe extern "C" fn(self_: SLEqualizerItf, index: SLuint16, ppName: *mut *const SLchar) -> SLresult>,
}Fields§
§SetEnabled: Option<unsafe extern "C" fn(self_: SLEqualizerItf, enabled: SLboolean) -> SLresult>§IsEnabled: Option<unsafe extern "C" fn(self_: SLEqualizerItf, pEnabled: *mut SLboolean) -> SLresult>§GetNumberOfBands: Option<unsafe extern "C" fn(self_: SLEqualizerItf, pAmount: *mut SLuint16) -> SLresult>§GetBandLevelRange: Option<unsafe extern "C" fn(self_: SLEqualizerItf, pMin: *mut SLmillibel, pMax: *mut SLmillibel) -> SLresult>§SetBandLevel: Option<unsafe extern "C" fn(self_: SLEqualizerItf, band: SLuint16, level: SLmillibel) -> SLresult>§GetBandLevel: Option<unsafe extern "C" fn(self_: SLEqualizerItf, band: SLuint16, pLevel: *mut SLmillibel) -> SLresult>§GetCenterFreq: Option<unsafe extern "C" fn(self_: SLEqualizerItf, band: SLuint16, pCenter: *mut SLmilliHertz) -> SLresult>§GetBandFreqRange: Option<unsafe extern "C" fn(self_: SLEqualizerItf, band: SLuint16, pMin: *mut SLmilliHertz, pMax: *mut SLmilliHertz) -> SLresult>§GetBand: Option<unsafe extern "C" fn(self_: SLEqualizerItf, frequency: SLmilliHertz, pBand: *mut SLuint16) -> SLresult>§GetCurrentPreset: Option<unsafe extern "C" fn(self_: SLEqualizerItf, pPreset: *mut SLuint16) -> SLresult>§UsePreset: Option<unsafe extern "C" fn(self_: SLEqualizerItf, index: SLuint16) -> SLresult>§GetNumberOfPresets: Option<unsafe extern "C" fn(self_: SLEqualizerItf, pNumPresets: *mut SLuint16) -> SLresult>§GetPresetName: Option<unsafe extern "C" fn(self_: SLEqualizerItf, index: SLuint16, ppName: *mut *const SLchar) -> SLresult>Trait Implementations§
Source§impl Clone for SLEqualizerItf_
impl Clone for SLEqualizerItf_
Source§fn clone(&self) -> SLEqualizerItf_
fn clone(&self) -> SLEqualizerItf_
Returns a duplicate 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 moreSource§impl Debug for SLEqualizerItf_
impl Debug for SLEqualizerItf_
impl Copy for SLEqualizerItf_
Auto Trait Implementations§
impl Freeze for SLEqualizerItf_
impl RefUnwindSafe for SLEqualizerItf_
impl Send for SLEqualizerItf_
impl Sync for SLEqualizerItf_
impl Unpin for SLEqualizerItf_
impl UnwindSafe for SLEqualizerItf_
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