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 moreimpl Send for AmdDisplayNativeHdrFn
impl Sync for AmdDisplayNativeHdrFn
Auto Trait Implementations§
impl RefUnwindSafe for AmdDisplayNativeHdrFn
impl Unpin for AmdDisplayNativeHdrFn
impl UnwindSafe for AmdDisplayNativeHdrFn
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