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_xydisplayPrimaryGreen: AColor_xydisplayPrimaryBlue: AColor_xywhitePoint: AColor_xymaxLuminance: f32minLuminance: f32Trait 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
