Struct vitasdk_sys::SceAudiodecInitChParam
source · #[repr(C)]pub struct SceAudiodecInitChParam {
pub size: SceUInt32,
pub totalCh: SceUInt32,
}Fields§
§size: SceUInt32§totalCh: SceUInt32Trait Implementations§
source§impl Clone for SceAudiodecInitChParam
impl Clone for SceAudiodecInitChParam
source§fn clone(&self) -> SceAudiodecInitChParam
fn clone(&self) -> SceAudiodecInitChParam
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more