Struct AVDOVIDmLevel6
#[repr(C)]pub struct AVDOVIDmLevel6 {
pub max_luminance: u16,
pub min_luminance: u16,
pub max_cll: u16,
pub max_fall: u16,
}
Fields§
§max_luminance: u16
§min_luminance: u16
§max_cll: u16
§max_fall: u16
Trait Implementations§
§impl Clone for AVDOVIDmLevel6
impl Clone for AVDOVIDmLevel6
§fn clone(&self) -> AVDOVIDmLevel6
fn clone(&self) -> AVDOVIDmLevel6
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 more§impl Debug for AVDOVIDmLevel6
impl Debug for AVDOVIDmLevel6
impl Copy for AVDOVIDmLevel6
Auto Trait Implementations§
impl Freeze for AVDOVIDmLevel6
impl RefUnwindSafe for AVDOVIDmLevel6
impl Send for AVDOVIDmLevel6
impl Sync for AVDOVIDmLevel6
impl Unpin for AVDOVIDmLevel6
impl UnwindSafe for AVDOVIDmLevel6
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