Struct screen_13::prelude::vk::ExtHdrMetadataFn
source · pub struct ExtHdrMetadataFn {
pub set_hdr_metadata_ext: unsafe extern "system" fn(_: Device, _: u32, _: *const SwapchainKHR, _: *const HdrMetadataEXT),
}Fields§
§set_hdr_metadata_ext: unsafe extern "system" fn(_: Device, _: u32, _: *const SwapchainKHR, _: *const HdrMetadataEXT)Implementations§
Trait Implementations§
source§impl Clone for ExtHdrMetadataFn
impl Clone for ExtHdrMetadataFn
source§fn clone(&self) -> ExtHdrMetadataFn
fn clone(&self) -> ExtHdrMetadataFn
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 more