pub struct NvCoverageReductionModeFn {
pub get_physical_device_supported_framebuffer_mixed_samples_combinations_nv: unsafe extern "system" fn(PhysicalDevice, *mut u32, *mut FramebufferMixedSamplesCombinationNV) -> Result,
}Fields
get_physical_device_supported_framebuffer_mixed_samples_combinations_nv: unsafe extern "system" fn(PhysicalDevice, *mut u32, *mut FramebufferMixedSamplesCombinationNV) -> ResultImplementations
Trait Implementations
sourceimpl Clone for NvCoverageReductionModeFn
impl Clone for NvCoverageReductionModeFn
sourcefn clone(&self) -> NvCoverageReductionModeFn
fn clone(&self) -> NvCoverageReductionModeFn
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Send for NvCoverageReductionModeFn
impl Sync for NvCoverageReductionModeFn
Auto Trait Implementations
impl RefUnwindSafe for NvCoverageReductionModeFn
impl Unpin for NvCoverageReductionModeFn
impl UnwindSafe for NvCoverageReductionModeFn
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more