#[repr(C)]pub struct vvdecSEIContentLightLevelInfo {
pub maxContentLightLevel: u16,
pub maxPicAverageLightLevel: u16,
}Fields§
§maxContentLightLevel: u16§maxPicAverageLightLevel: u16Trait Implementations§
Source§impl Clone for vvdecSEIContentLightLevelInfo
impl Clone for vvdecSEIContentLightLevelInfo
Source§fn clone(&self) -> vvdecSEIContentLightLevelInfo
fn clone(&self) -> vvdecSEIContentLightLevelInfo
Returns a duplicate 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 moreimpl Copy for vvdecSEIContentLightLevelInfo
Auto Trait Implementations§
impl Freeze for vvdecSEIContentLightLevelInfo
impl RefUnwindSafe for vvdecSEIContentLightLevelInfo
impl Send for vvdecSEIContentLightLevelInfo
impl Sync for vvdecSEIContentLightLevelInfo
impl Unpin for vvdecSEIContentLightLevelInfo
impl UnwindSafe for vvdecSEIContentLightLevelInfo
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