#[repr(C)]pub struct FramebufferMixedSamplesCombinationNV {
pub sType: StructureType,
pub pNext: *mut c_void,
pub coverageReductionMode: CoverageReductionModeNV,
pub rasterizationSamples: SampleCountFlagBits,
pub depthStencilSamples: SampleCountFlags,
pub colorSamples: SampleCountFlags,
}Fields§
§sType: StructureType§pNext: *mut c_void§coverageReductionMode: CoverageReductionModeNV§rasterizationSamples: SampleCountFlagBits§depthStencilSamples: SampleCountFlags§colorSamples: SampleCountFlagsTrait Implementations§
Source§impl Clone for FramebufferMixedSamplesCombinationNV
impl Clone for FramebufferMixedSamplesCombinationNV
Source§fn clone(&self) -> FramebufferMixedSamplesCombinationNV
fn clone(&self) -> FramebufferMixedSamplesCombinationNV
Returns a duplicate 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 Copy for FramebufferMixedSamplesCombinationNV
Auto Trait Implementations§
impl Freeze for FramebufferMixedSamplesCombinationNV
impl RefUnwindSafe for FramebufferMixedSamplesCombinationNV
impl !Send for FramebufferMixedSamplesCombinationNV
impl !Sync for FramebufferMixedSamplesCombinationNV
impl Unpin for FramebufferMixedSamplesCombinationNV
impl UnwindSafe for FramebufferMixedSamplesCombinationNV
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