#[repr(C)]pub struct SLDynamicSourceItf_ {
pub SetSource: Option<unsafe extern "C" fn(self_: SLDynamicSourceItf, pDataSource: *mut SLDataSource) -> SLresult>,
}Fields§
§SetSource: Option<unsafe extern "C" fn(self_: SLDynamicSourceItf, pDataSource: *mut SLDataSource) -> SLresult>Trait Implementations§
Source§impl Clone for SLDynamicSourceItf_
impl Clone for SLDynamicSourceItf_
Source§fn clone(&self) -> SLDynamicSourceItf_
fn clone(&self) -> SLDynamicSourceItf_
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 SLDynamicSourceItf_
impl Debug for SLDynamicSourceItf_
impl Copy for SLDynamicSourceItf_
Auto Trait Implementations§
impl Freeze for SLDynamicSourceItf_
impl RefUnwindSafe for SLDynamicSourceItf_
impl Send for SLDynamicSourceItf_
impl Sync for SLDynamicSourceItf_
impl Unpin for SLDynamicSourceItf_
impl UnwindSafe for SLDynamicSourceItf_
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