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