[][src]Struct vulkanalia::vk::HdrMetadataEXT

#[repr(C)]pub struct HdrMetadataEXT {
    pub s_type: StructureType,
    pub next: *const c_void,
    pub display_primary_red: XYColorEXT,
    pub display_primary_green: XYColorEXT,
    pub display_primary_blue: XYColorEXT,
    pub white_point: XYColorEXT,
    pub max_luminance: f32,
    pub min_luminance: f32,
    pub max_content_light_level: f32,
    pub max_frame_average_light_level: f32,
}

Fields

s_type: StructureTypenext: *const c_voiddisplay_primary_red: XYColorEXTdisplay_primary_green: XYColorEXTdisplay_primary_blue: XYColorEXTwhite_point: XYColorEXTmax_luminance: f32min_luminance: f32max_content_light_level: f32max_frame_average_light_level: f32

Trait Implementations

impl Cast for HdrMetadataEXT[src]

type Target = HdrMetadataEXT

The other type this type type can be used interchangeably with in FFI.

impl Clone for HdrMetadataEXT[src]

impl Copy for HdrMetadataEXT[src]

impl Debug for HdrMetadataEXT[src]

impl Default for HdrMetadataEXT[src]

impl HasBuilder<'static> for HdrMetadataEXT[src]

type Builder = HdrMetadataEXTBuilder

The associated builder for this type.

impl PartialEq<HdrMetadataEXT> for HdrMetadataEXT[src]

impl StructuralPartialEq for HdrMetadataEXT[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.