Struct ash::vk::AmdDisplayNativeHdrFn
source · pub struct AmdDisplayNativeHdrFn {
pub set_local_dimming_amd: PFN_vkSetLocalDimmingAMD,
}
Fields§
§set_local_dimming_amd: PFN_vkSetLocalDimmingAMD
Implementations§
Trait Implementations§
source§impl Clone for AmdDisplayNativeHdrFn
impl Clone for AmdDisplayNativeHdrFn
source§fn clone(&self) -> AmdDisplayNativeHdrFn
fn clone(&self) -> AmdDisplayNativeHdrFn
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