#[repr(C)]pub struct vvdecSEIAmbientViewingEnvironment {
pub ambientIlluminance: u32,
pub ambientLightX: u16,
pub ambientLightY: u16,
}Fields§
§ambientIlluminance: u32§ambientLightX: u16§ambientLightY: u16Trait Implementations§
source§impl Clone for vvdecSEIAmbientViewingEnvironment
impl Clone for vvdecSEIAmbientViewingEnvironment
source§fn clone(&self) -> vvdecSEIAmbientViewingEnvironment
fn clone(&self) -> vvdecSEIAmbientViewingEnvironment
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 moreimpl Copy for vvdecSEIAmbientViewingEnvironment
Auto Trait Implementations§
impl RefUnwindSafe for vvdecSEIAmbientViewingEnvironment
impl Send for vvdecSEIAmbientViewingEnvironment
impl Sync for vvdecSEIAmbientViewingEnvironment
impl Unpin for vvdecSEIAmbientViewingEnvironment
impl UnwindSafe for vvdecSEIAmbientViewingEnvironment
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