#[repr(C)]pub struct SLMetadataExtractionItf_ {
pub GetItemCount: Option<unsafe extern "C" fn(self_: SLMetadataExtractionItf, pItemCount: *mut SLuint32) -> SLresult>,
pub GetKeySize: Option<unsafe extern "C" fn(self_: SLMetadataExtractionItf, index: SLuint32, pKeySize: *mut SLuint32) -> SLresult>,
pub GetKey: Option<unsafe extern "C" fn(self_: SLMetadataExtractionItf, index: SLuint32, keySize: SLuint32, pKey: *mut SLMetadataInfo) -> SLresult>,
pub GetValueSize: Option<unsafe extern "C" fn(self_: SLMetadataExtractionItf, index: SLuint32, pValueSize: *mut SLuint32) -> SLresult>,
pub GetValue: Option<unsafe extern "C" fn(self_: SLMetadataExtractionItf, index: SLuint32, valueSize: SLuint32, pValue: *mut SLMetadataInfo) -> SLresult>,
pub AddKeyFilter: Option<unsafe extern "C" fn(self_: SLMetadataExtractionItf, keySize: SLuint32, pKey: *const c_void, keyEncoding: SLuint32, pValueLangCountry: *const SLchar, valueEncoding: SLuint32, filterMask: SLuint8) -> SLresult>,
pub ClearKeyFilter: Option<unsafe extern "C" fn(self_: SLMetadataExtractionItf) -> SLresult>,
}Fields§
§GetItemCount: Option<unsafe extern "C" fn(self_: SLMetadataExtractionItf, pItemCount: *mut SLuint32) -> SLresult>§GetKeySize: Option<unsafe extern "C" fn(self_: SLMetadataExtractionItf, index: SLuint32, pKeySize: *mut SLuint32) -> SLresult>§GetKey: Option<unsafe extern "C" fn(self_: SLMetadataExtractionItf, index: SLuint32, keySize: SLuint32, pKey: *mut SLMetadataInfo) -> SLresult>§GetValueSize: Option<unsafe extern "C" fn(self_: SLMetadataExtractionItf, index: SLuint32, pValueSize: *mut SLuint32) -> SLresult>§GetValue: Option<unsafe extern "C" fn(self_: SLMetadataExtractionItf, index: SLuint32, valueSize: SLuint32, pValue: *mut SLMetadataInfo) -> SLresult>§AddKeyFilter: Option<unsafe extern "C" fn(self_: SLMetadataExtractionItf, keySize: SLuint32, pKey: *const c_void, keyEncoding: SLuint32, pValueLangCountry: *const SLchar, valueEncoding: SLuint32, filterMask: SLuint8) -> SLresult>§ClearKeyFilter: Option<unsafe extern "C" fn(self_: SLMetadataExtractionItf) -> SLresult>Trait Implementations§
Source§impl Clone for SLMetadataExtractionItf_
impl Clone for SLMetadataExtractionItf_
Source§fn clone(&self) -> SLMetadataExtractionItf_
fn clone(&self) -> SLMetadataExtractionItf_
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 SLMetadataExtractionItf_
impl Debug for SLMetadataExtractionItf_
impl Copy for SLMetadataExtractionItf_
Auto Trait Implementations§
impl Freeze for SLMetadataExtractionItf_
impl RefUnwindSafe for SLMetadataExtractionItf_
impl Send for SLMetadataExtractionItf_
impl Sync for SLMetadataExtractionItf_
impl Unpin for SLMetadataExtractionItf_
impl UnwindSafe for SLMetadataExtractionItf_
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