Struct ndk_sys::AHdrMetadata_cta861_3
source · #[repr(C)]pub struct AHdrMetadata_cta861_3 {
pub maxContentLightLevel: f32,
pub maxFrameAverageLightLevel: f32,
}
Fields§
§maxContentLightLevel: f32
§maxFrameAverageLightLevel: f32
Trait Implementations§
source§impl Clone for AHdrMetadata_cta861_3
impl Clone for AHdrMetadata_cta861_3
source§fn clone(&self) -> AHdrMetadata_cta861_3
fn clone(&self) -> AHdrMetadata_cta861_3
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 AHdrMetadata_cta861_3
impl Debug for AHdrMetadata_cta861_3
impl Copy for AHdrMetadata_cta861_3
Auto Trait Implementations§
impl Freeze for AHdrMetadata_cta861_3
impl RefUnwindSafe for AHdrMetadata_cta861_3
impl Send for AHdrMetadata_cta861_3
impl Sync for AHdrMetadata_cta861_3
impl Unpin for AHdrMetadata_cta861_3
impl UnwindSafe for AHdrMetadata_cta861_3
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