#[repr(C)]pub struct VkFramebufferMixedSamplesCombinationNV {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub coverageReductionMode: VkCoverageReductionModeNV,
pub rasterizationSamples: VkSampleCountFlagBits,
pub depthStencilSamples: VkSampleCountFlags,
pub colorSamples: VkSampleCountFlags,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§coverageReductionMode: VkCoverageReductionModeNV
§rasterizationSamples: VkSampleCountFlagBits
§depthStencilSamples: VkSampleCountFlags
§colorSamples: VkSampleCountFlags
Trait Implementations§
Source§impl Clone for VkFramebufferMixedSamplesCombinationNV
impl Clone for VkFramebufferMixedSamplesCombinationNV
Source§fn clone(&self) -> VkFramebufferMixedSamplesCombinationNV
fn clone(&self) -> VkFramebufferMixedSamplesCombinationNV
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for VkFramebufferMixedSamplesCombinationNV
Auto Trait Implementations§
impl Freeze for VkFramebufferMixedSamplesCombinationNV
impl RefUnwindSafe for VkFramebufferMixedSamplesCombinationNV
impl !Send for VkFramebufferMixedSamplesCombinationNV
impl !Sync for VkFramebufferMixedSamplesCombinationNV
impl Unpin for VkFramebufferMixedSamplesCombinationNV
impl UnwindSafe for VkFramebufferMixedSamplesCombinationNV
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