#[repr(C)]pub struct VkHdrMetadataEXT {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub displayPrimaryRed: VkXYColorEXT,
pub displayPrimaryGreen: VkXYColorEXT,
pub displayPrimaryBlue: VkXYColorEXT,
pub whitePoint: VkXYColorEXT,
pub maxLuminance: f32,
pub minLuminance: f32,
pub maxContentLightLevel: f32,
pub maxFrameAverageLightLevel: f32,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§displayPrimaryRed: VkXYColorEXT
§displayPrimaryGreen: VkXYColorEXT
§displayPrimaryBlue: VkXYColorEXT
§whitePoint: VkXYColorEXT
§maxLuminance: f32
§minLuminance: f32
§maxContentLightLevel: f32
§maxFrameAverageLightLevel: f32
Trait Implementations§
Source§impl Clone for VkHdrMetadataEXT
impl Clone for VkHdrMetadataEXT
Source§fn clone(&self) -> VkHdrMetadataEXT
fn clone(&self) -> VkHdrMetadataEXT
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for VkHdrMetadataEXT
impl Default for VkHdrMetadataEXT
impl Copy for VkHdrMetadataEXT
Auto Trait Implementations§
impl Freeze for VkHdrMetadataEXT
impl RefUnwindSafe for VkHdrMetadataEXT
impl !Send for VkHdrMetadataEXT
impl !Sync for VkHdrMetadataEXT
impl Unpin for VkHdrMetadataEXT
impl UnwindSafe for VkHdrMetadataEXT
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