Struct vvdec_sys::vvdecSEIContentColourVolume
source · #[repr(C)]pub struct vvdecSEIContentColourVolume {
pub ccvCancelFlag: bool,
pub ccvPersistenceFlag: bool,
pub ccvPrimariesPresentFlag: bool,
pub ccvMinLuminanceValuePresentFlag: bool,
pub ccvMaxLuminanceValuePresentFlag: bool,
pub ccvAvgLuminanceValuePresentFlag: bool,
pub ccvPrimariesX: [c_int; 3],
pub ccvPrimariesY: [c_int; 3],
pub ccvMinLuminanceValue: u32,
pub ccvMaxLuminanceValue: u32,
pub ccvAvgLuminanceValue: u32,
}Fields§
§ccvCancelFlag: bool§ccvPersistenceFlag: bool§ccvPrimariesPresentFlag: bool§ccvMinLuminanceValuePresentFlag: bool§ccvMaxLuminanceValuePresentFlag: bool§ccvAvgLuminanceValuePresentFlag: bool§ccvPrimariesX: [c_int; 3]§ccvPrimariesY: [c_int; 3]§ccvMinLuminanceValue: u32§ccvMaxLuminanceValue: u32§ccvAvgLuminanceValue: u32Trait Implementations§
source§impl Clone for vvdecSEIContentColourVolume
impl Clone for vvdecSEIContentColourVolume
source§fn clone(&self) -> vvdecSEIContentColourVolume
fn clone(&self) -> vvdecSEIContentColourVolume
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for vvdecSEIContentColourVolume
impl Debug for vvdecSEIContentColourVolume
impl Copy for vvdecSEIContentColourVolume
Auto Trait Implementations§
impl RefUnwindSafe for vvdecSEIContentColourVolume
impl Send for vvdecSEIContentColourVolume
impl Sync for vvdecSEIContentColourVolume
impl Unpin for vvdecSEIContentColourVolume
impl UnwindSafe for vvdecSEIContentColourVolume
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more