Struct ndk_sys::AHdrMetadata_smpte2086
source · #[repr(C)]pub struct AHdrMetadata_smpte2086 {
pub displayPrimaryRed: AColor_xy,
pub displayPrimaryGreen: AColor_xy,
pub displayPrimaryBlue: AColor_xy,
pub whitePoint: AColor_xy,
pub maxLuminance: f32,
pub minLuminance: f32,
}
Fields§
§displayPrimaryRed: AColor_xy
§displayPrimaryGreen: AColor_xy
§displayPrimaryBlue: AColor_xy
§whitePoint: AColor_xy
§maxLuminance: f32
§minLuminance: f32
Trait Implementations§
source§impl Clone for AHdrMetadata_smpte2086
impl Clone for AHdrMetadata_smpte2086
source§fn clone(&self) -> AHdrMetadata_smpte2086
fn clone(&self) -> AHdrMetadata_smpte2086
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_smpte2086
impl Debug for AHdrMetadata_smpte2086
impl Copy for AHdrMetadata_smpte2086
Auto Trait Implementations§
impl Freeze for AHdrMetadata_smpte2086
impl RefUnwindSafe for AHdrMetadata_smpte2086
impl Send for AHdrMetadata_smpte2086
impl Sync for AHdrMetadata_smpte2086
impl Unpin for AHdrMetadata_smpte2086
impl UnwindSafe for AHdrMetadata_smpte2086
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