#[repr(C)]pub struct SLBassBoostItf_ {
pub SetEnabled: Option<unsafe extern "C" fn(self_: SLBassBoostItf, enabled: SLboolean) -> SLresult>,
pub IsEnabled: Option<unsafe extern "C" fn(self_: SLBassBoostItf, pEnabled: *mut SLboolean) -> SLresult>,
pub SetStrength: Option<unsafe extern "C" fn(self_: SLBassBoostItf, strength: SLpermille) -> SLresult>,
pub GetRoundedStrength: Option<unsafe extern "C" fn(self_: SLBassBoostItf, pStrength: *mut SLpermille) -> SLresult>,
pub IsStrengthSupported: Option<unsafe extern "C" fn(self_: SLBassBoostItf, pSupported: *mut SLboolean) -> SLresult>,
}Fields§
§SetEnabled: Option<unsafe extern "C" fn(self_: SLBassBoostItf, enabled: SLboolean) -> SLresult>§IsEnabled: Option<unsafe extern "C" fn(self_: SLBassBoostItf, pEnabled: *mut SLboolean) -> SLresult>§SetStrength: Option<unsafe extern "C" fn(self_: SLBassBoostItf, strength: SLpermille) -> SLresult>§GetRoundedStrength: Option<unsafe extern "C" fn(self_: SLBassBoostItf, pStrength: *mut SLpermille) -> SLresult>§IsStrengthSupported: Option<unsafe extern "C" fn(self_: SLBassBoostItf, pSupported: *mut SLboolean) -> SLresult>Trait Implementations§
Source§impl Clone for SLBassBoostItf_
impl Clone for SLBassBoostItf_
Source§fn clone(&self) -> SLBassBoostItf_
fn clone(&self) -> SLBassBoostItf_
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 SLBassBoostItf_
Auto Trait Implementations§
impl Freeze for SLBassBoostItf_
impl RefUnwindSafe for SLBassBoostItf_
impl Send for SLBassBoostItf_
impl Sync for SLBassBoostItf_
impl Unpin for SLBassBoostItf_
impl UnsafeUnpin for SLBassBoostItf_
impl UnwindSafe for SLBassBoostItf_
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