#[repr(C)]pub struct SLMetadataTraversalItf_ {
pub SetMode: Option<unsafe extern "C" fn(self_: SLMetadataTraversalItf, mode: SLuint32) -> SLresult>,
pub GetChildCount: Option<unsafe extern "C" fn(self_: SLMetadataTraversalItf, pCount: *mut SLuint32) -> SLresult>,
pub GetChildMIMETypeSize: Option<unsafe extern "C" fn(self_: SLMetadataTraversalItf, index: SLuint32, pSize: *mut SLuint32) -> SLresult>,
pub GetChildInfo: Option<unsafe extern "C" fn(self_: SLMetadataTraversalItf, index: SLuint32, pNodeID: *mut SLint32, pType: *mut SLuint32, size: SLuint32, pMimeType: *mut SLchar) -> SLresult>,
pub SetActiveNode: Option<unsafe extern "C" fn(self_: SLMetadataTraversalItf, index: SLuint32) -> SLresult>,
}Fields§
§SetMode: Option<unsafe extern "C" fn(self_: SLMetadataTraversalItf, mode: SLuint32) -> SLresult>§GetChildCount: Option<unsafe extern "C" fn(self_: SLMetadataTraversalItf, pCount: *mut SLuint32) -> SLresult>§GetChildMIMETypeSize: Option<unsafe extern "C" fn(self_: SLMetadataTraversalItf, index: SLuint32, pSize: *mut SLuint32) -> SLresult>§GetChildInfo: Option<unsafe extern "C" fn(self_: SLMetadataTraversalItf, index: SLuint32, pNodeID: *mut SLint32, pType: *mut SLuint32, size: SLuint32, pMimeType: *mut SLchar) -> SLresult>§SetActiveNode: Option<unsafe extern "C" fn(self_: SLMetadataTraversalItf, index: SLuint32) -> SLresult>Trait Implementations§
Source§impl Clone for SLMetadataTraversalItf_
impl Clone for SLMetadataTraversalItf_
Source§fn clone(&self) -> SLMetadataTraversalItf_
fn clone(&self) -> SLMetadataTraversalItf_
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SLMetadataTraversalItf_
Auto Trait Implementations§
impl Freeze for SLMetadataTraversalItf_
impl RefUnwindSafe for SLMetadataTraversalItf_
impl Send for SLMetadataTraversalItf_
impl Sync for SLMetadataTraversalItf_
impl Unpin for SLMetadataTraversalItf_
impl UnsafeUnpin for SLMetadataTraversalItf_
impl UnwindSafe for SLMetadataTraversalItf_
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