Struct vitasdk_sys::SceAvPlayerVideo
source · #[repr(C)]pub struct SceAvPlayerVideo {
pub width: u32,
pub height: u32,
pub aspectRatio: f32,
pub languageCode: u32,
}Fields§
§width: u32§height: u32§aspectRatio: f32§languageCode: u32Trait Implementations§
source§impl Clone for SceAvPlayerVideo
impl Clone for SceAvPlayerVideo
source§fn clone(&self) -> SceAvPlayerVideo
fn clone(&self) -> SceAvPlayerVideo
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