#[repr(C)]pub struct SLDynamicInterfaceManagementItf_ {
pub AddInterface: Option<unsafe extern "C" fn(self_: SLDynamicInterfaceManagementItf, iid: SLInterfaceID, async: SLboolean) -> SLresult>,
pub RemoveInterface: Option<unsafe extern "C" fn(self_: SLDynamicInterfaceManagementItf, iid: SLInterfaceID) -> SLresult>,
pub ResumeInterface: Option<unsafe extern "C" fn(self_: SLDynamicInterfaceManagementItf, iid: SLInterfaceID, async: SLboolean) -> SLresult>,
pub RegisterCallback: Option<unsafe extern "C" fn(self_: SLDynamicInterfaceManagementItf, callback: slDynamicInterfaceManagementCallback, pContext: *mut c_void) -> SLresult>,
}Fields§
§AddInterface: Option<unsafe extern "C" fn(self_: SLDynamicInterfaceManagementItf, iid: SLInterfaceID, async: SLboolean) -> SLresult>§RemoveInterface: Option<unsafe extern "C" fn(self_: SLDynamicInterfaceManagementItf, iid: SLInterfaceID) -> SLresult>§ResumeInterface: Option<unsafe extern "C" fn(self_: SLDynamicInterfaceManagementItf, iid: SLInterfaceID, async: SLboolean) -> SLresult>§RegisterCallback: Option<unsafe extern "C" fn(self_: SLDynamicInterfaceManagementItf, callback: slDynamicInterfaceManagementCallback, pContext: *mut c_void) -> SLresult>Trait Implementations§
Source§impl Clone for SLDynamicInterfaceManagementItf_
impl Clone for SLDynamicInterfaceManagementItf_
Source§fn clone(&self) -> SLDynamicInterfaceManagementItf_
fn clone(&self) -> SLDynamicInterfaceManagementItf_
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 SLDynamicInterfaceManagementItf_
Auto Trait Implementations§
impl Freeze for SLDynamicInterfaceManagementItf_
impl RefUnwindSafe for SLDynamicInterfaceManagementItf_
impl Send for SLDynamicInterfaceManagementItf_
impl Sync for SLDynamicInterfaceManagementItf_
impl Unpin for SLDynamicInterfaceManagementItf_
impl UnwindSafe for SLDynamicInterfaceManagementItf_
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