Struct vitasdk_sys::SceAvcdecQueryDecoderInfo
source · #[repr(C)]pub struct SceAvcdecQueryDecoderInfo {
pub horizontal: u32,
pub vertical: u32,
pub numOfRefFrames: u32,
}Fields§
§horizontal: u32§vertical: u32§numOfRefFrames: u32Trait Implementations§
source§impl Clone for SceAvcdecQueryDecoderInfo
impl Clone for SceAvcdecQueryDecoderInfo
source§fn clone(&self) -> SceAvcdecQueryDecoderInfo
fn clone(&self) -> SceAvcdecQueryDecoderInfo
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