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