#[repr(C)]pub struct SLObjectItf_ {
pub Realize: Option<unsafe extern "C" fn(self_: SLObjectItf, async: SLboolean) -> SLresult>,
pub Resume: Option<unsafe extern "C" fn(self_: SLObjectItf, async: SLboolean) -> SLresult>,
pub GetState: Option<unsafe extern "C" fn(self_: SLObjectItf, pState: *mut SLuint32) -> SLresult>,
pub GetInterface: Option<unsafe extern "C" fn(self_: SLObjectItf, iid: SLInterfaceID, pInterface: *mut c_void) -> SLresult>,
pub RegisterCallback: Option<unsafe extern "C" fn(self_: SLObjectItf, callback: slObjectCallback, pContext: *mut c_void) -> SLresult>,
pub AbortAsyncOperation: Option<unsafe extern "C" fn(self_: SLObjectItf)>,
pub Destroy: Option<unsafe extern "C" fn(self_: SLObjectItf)>,
pub SetPriority: Option<unsafe extern "C" fn(self_: SLObjectItf, priority: SLint32, preemptable: SLboolean) -> SLresult>,
pub GetPriority: Option<unsafe extern "C" fn(self_: SLObjectItf, pPriority: *mut SLint32, pPreemptable: *mut SLboolean) -> SLresult>,
pub SetLossOfControlInterfaces: Option<unsafe extern "C" fn(self_: SLObjectItf, numInterfaces: SLint16, pInterfaceIDs: *mut SLInterfaceID, enabled: SLboolean) -> SLresult>,
}Fields§
§Realize: Option<unsafe extern "C" fn(self_: SLObjectItf, async: SLboolean) -> SLresult>§Resume: Option<unsafe extern "C" fn(self_: SLObjectItf, async: SLboolean) -> SLresult>§GetState: Option<unsafe extern "C" fn(self_: SLObjectItf, pState: *mut SLuint32) -> SLresult>§GetInterface: Option<unsafe extern "C" fn(self_: SLObjectItf, iid: SLInterfaceID, pInterface: *mut c_void) -> SLresult>§RegisterCallback: Option<unsafe extern "C" fn(self_: SLObjectItf, callback: slObjectCallback, pContext: *mut c_void) -> SLresult>§AbortAsyncOperation: Option<unsafe extern "C" fn(self_: SLObjectItf)>§Destroy: Option<unsafe extern "C" fn(self_: SLObjectItf)>§SetPriority: Option<unsafe extern "C" fn(self_: SLObjectItf, priority: SLint32, preemptable: SLboolean) -> SLresult>§GetPriority: Option<unsafe extern "C" fn(self_: SLObjectItf, pPriority: *mut SLint32, pPreemptable: *mut SLboolean) -> SLresult>§SetLossOfControlInterfaces: Option<unsafe extern "C" fn(self_: SLObjectItf, numInterfaces: SLint16, pInterfaceIDs: *mut SLInterfaceID, enabled: SLboolean) -> SLresult>Trait Implementations§
Source§impl Clone for SLObjectItf_
impl Clone for SLObjectItf_
Source§fn clone(&self) -> SLObjectItf_
fn clone(&self) -> SLObjectItf_
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 SLObjectItf_
impl Debug for SLObjectItf_
impl Copy for SLObjectItf_
Auto Trait Implementations§
impl Freeze for SLObjectItf_
impl RefUnwindSafe for SLObjectItf_
impl Send for SLObjectItf_
impl Sync for SLObjectItf_
impl Unpin for SLObjectItf_
impl UnwindSafe for SLObjectItf_
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