Struct vitasdk_sys::SceAudioencInitStreamParam
source · #[repr(C)]pub struct SceAudioencInitStreamParam {
pub size: SceSize,
pub totalStreams: c_uint,
}Fields§
§size: SceSize§totalStreams: c_uintTrait Implementations§
source§impl Clone for SceAudioencInitStreamParam
impl Clone for SceAudioencInitStreamParam
source§fn clone(&self) -> SceAudioencInitStreamParam
fn clone(&self) -> SceAudioencInitStreamParam
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