Struct vitasdk_sys::SceAvcdecPicture
source · #[repr(C)]pub struct SceAvcdecPicture {
pub size: u32,
pub frame: SceAvcdecFrame,
pub info: SceAvcdecInfo,
}Fields§
§size: u32§frame: SceAvcdecFrame§info: SceAvcdecInfoTrait Implementations§
source§impl Clone for SceAvcdecPicture
impl Clone for SceAvcdecPicture
source§fn clone(&self) -> SceAvcdecPicture
fn clone(&self) -> SceAvcdecPicture
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