#[repr(C)]pub struct SLMetadataInfo_ {
pub size: SLuint32,
pub encoding: SLuint32,
pub langCountry: [SLchar; 16],
pub data: [SLuint8; 1],
}Fields§
§size: SLuint32§encoding: SLuint32§langCountry: [SLchar; 16]§data: [SLuint8; 1]Trait Implementations§
Source§impl Clone for SLMetadataInfo_
impl Clone for SLMetadataInfo_
Source§fn clone(&self) -> SLMetadataInfo_
fn clone(&self) -> SLMetadataInfo_
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 SLMetadataInfo_
impl Debug for SLMetadataInfo_
impl Copy for SLMetadataInfo_
Auto Trait Implementations§
impl Freeze for SLMetadataInfo_
impl RefUnwindSafe for SLMetadataInfo_
impl Send for SLMetadataInfo_
impl Sync for SLMetadataInfo_
impl Unpin for SLMetadataInfo_
impl UnwindSafe for SLMetadataInfo_
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