Struct ndk_sys::AHdrMetadata_smpte2086 [−][src]
#[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
Auto Trait Implementations
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
Mutably borrows from an owned value. Read more