Struct vitasdk_sys::SceAvcdecFrameOptionRGBA
source · #[repr(C)]pub struct SceAvcdecFrameOptionRGBA {
pub alpha: u8,
pub cscCoefficient: u8,
pub reserved: [u8; 14],
}Fields§
§alpha: u8§cscCoefficient: u8§reserved: [u8; 14]Trait Implementations§
source§impl Clone for SceAvcdecFrameOptionRGBA
impl Clone for SceAvcdecFrameOptionRGBA
source§fn clone(&self) -> SceAvcdecFrameOptionRGBA
fn clone(&self) -> SceAvcdecFrameOptionRGBA
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