Struct ash::vk::MultisampledRenderToSingleSampledInfoEXT
source · #[repr(C)]pub struct MultisampledRenderToSingleSampledInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub multisampled_render_to_single_sampled_enable: Bool32,
pub rasterization_samples: SampleCountFlags,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§multisampled_render_to_single_sampled_enable: Bool32
§rasterization_samples: SampleCountFlags
Implementations§
Trait Implementations§
source§impl Clone for MultisampledRenderToSingleSampledInfoEXT
impl Clone for MultisampledRenderToSingleSampledInfoEXT
source§fn clone(&self) -> MultisampledRenderToSingleSampledInfoEXT
fn clone(&self) -> MultisampledRenderToSingleSampledInfoEXT
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 moresource§impl TaggedStructure for MultisampledRenderToSingleSampledInfoEXT
impl TaggedStructure for MultisampledRenderToSingleSampledInfoEXT
const STRUCTURE_TYPE: StructureType = StructureType::MULTISAMPLED_RENDER_TO_SINGLE_SAMPLED_INFO_EXT
impl Copy for MultisampledRenderToSingleSampledInfoEXT
impl ExtendsRenderingInfo for MultisampledRenderToSingleSampledInfoEXT
impl ExtendsSubpassDescription2 for MultisampledRenderToSingleSampledInfoEXT
Auto Trait Implementations§
impl Freeze for MultisampledRenderToSingleSampledInfoEXT
impl RefUnwindSafe for MultisampledRenderToSingleSampledInfoEXT
impl !Send for MultisampledRenderToSingleSampledInfoEXT
impl !Sync for MultisampledRenderToSingleSampledInfoEXT
impl Unpin for MultisampledRenderToSingleSampledInfoEXT
impl UnwindSafe for MultisampledRenderToSingleSampledInfoEXT
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