Struct ash::vk::SwapchainDisplayNativeHdrCreateInfoAMD
source · #[repr(C)]pub struct SwapchainDisplayNativeHdrCreateInfoAMD {
pub s_type: StructureType,
pub p_next: *const c_void,
pub local_dimming_enable: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§local_dimming_enable: Bool32
Implementations§
source§impl SwapchainDisplayNativeHdrCreateInfoAMD
impl SwapchainDisplayNativeHdrCreateInfoAMD
pub fn builder<'a>() -> SwapchainDisplayNativeHdrCreateInfoAMDBuilder<'a>
Trait Implementations§
source§impl Clone for SwapchainDisplayNativeHdrCreateInfoAMD
impl Clone for SwapchainDisplayNativeHdrCreateInfoAMD
source§fn clone(&self) -> SwapchainDisplayNativeHdrCreateInfoAMD
fn clone(&self) -> SwapchainDisplayNativeHdrCreateInfoAMD
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