pub struct SwapchainDisplayNativeHdrCreateInfoAMD {
pub s_type: StructureType,
pub p_next: *const c_void,
pub local_dimming_enable: u32,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§local_dimming_enable: u32Implementations§
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 moresource§impl Default for SwapchainDisplayNativeHdrCreateInfoAMD
impl Default for SwapchainDisplayNativeHdrCreateInfoAMD
source§fn default() -> SwapchainDisplayNativeHdrCreateInfoAMD
fn default() -> SwapchainDisplayNativeHdrCreateInfoAMD
Returns the “default value” for a type. Read more