#[repr(C)]pub struct SLAndroidConfigurationItf_ {
pub SetConfiguration: Option<unsafe extern "C" fn(self_: SLAndroidConfigurationItf, configKey: *const SLchar, pConfigValue: *const c_void, valueSize: SLuint32) -> SLresult>,
pub GetConfiguration: Option<unsafe extern "C" fn(self_: SLAndroidConfigurationItf, configKey: *const SLchar, pValueSize: *mut SLuint32, pConfigValue: *mut c_void) -> SLresult>,
pub AcquireJavaProxy: Option<unsafe extern "C" fn(self_: SLAndroidConfigurationItf, proxyType: SLuint32, pProxyObj: *mut jobject) -> SLresult>,
pub ReleaseJavaProxy: Option<unsafe extern "C" fn(self_: SLAndroidConfigurationItf, proxyType: SLuint32) -> SLresult>,
}Expand description
Android Configuration interface methods
Fields§
§SetConfiguration: Option<unsafe extern "C" fn(self_: SLAndroidConfigurationItf, configKey: *const SLchar, pConfigValue: *const c_void, valueSize: SLuint32) -> SLresult>§GetConfiguration: Option<unsafe extern "C" fn(self_: SLAndroidConfigurationItf, configKey: *const SLchar, pValueSize: *mut SLuint32, pConfigValue: *mut c_void) -> SLresult>§AcquireJavaProxy: Option<unsafe extern "C" fn(self_: SLAndroidConfigurationItf, proxyType: SLuint32, pProxyObj: *mut jobject) -> SLresult>§ReleaseJavaProxy: Option<unsafe extern "C" fn(self_: SLAndroidConfigurationItf, proxyType: SLuint32) -> SLresult>Trait Implementations§
Source§impl Clone for SLAndroidConfigurationItf_
impl Clone for SLAndroidConfigurationItf_
Source§fn clone(&self) -> SLAndroidConfigurationItf_
fn clone(&self) -> SLAndroidConfigurationItf_
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 SLAndroidConfigurationItf_
impl Debug for SLAndroidConfigurationItf_
impl Copy for SLAndroidConfigurationItf_
Auto Trait Implementations§
impl Freeze for SLAndroidConfigurationItf_
impl RefUnwindSafe for SLAndroidConfigurationItf_
impl Send for SLAndroidConfigurationItf_
impl Sync for SLAndroidConfigurationItf_
impl Unpin for SLAndroidConfigurationItf_
impl UnwindSafe for SLAndroidConfigurationItf_
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