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