Struct ash::vk::NvCoverageReductionModeFn
source · pub struct NvCoverageReductionModeFn {
pub get_physical_device_supported_framebuffer_mixed_samples_combinations_nv: PFN_vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV,
}
Fields§
§get_physical_device_supported_framebuffer_mixed_samples_combinations_nv: PFN_vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV
Implementations§
Trait Implementations§
source§impl Clone for NvCoverageReductionModeFn
impl Clone for NvCoverageReductionModeFn
source§fn clone(&self) -> NvCoverageReductionModeFn
fn clone(&self) -> NvCoverageReductionModeFn
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 NvCoverageReductionModeFn
impl Sync for NvCoverageReductionModeFn
Auto Trait Implementations§
impl RefUnwindSafe for NvCoverageReductionModeFn
impl Unpin for NvCoverageReductionModeFn
impl UnwindSafe for NvCoverageReductionModeFn
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