#[repr(C)]pub struct PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub multisampled_render_to_single_sampled: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§multisampled_render_to_single_sampled: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
impl Clone for PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
source§fn clone(&self) -> PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
fn clone(&self) -> PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
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 PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
impl TaggedStructure for PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_MULTISAMPLED_RENDER_TO_SINGLE_SAMPLED_FEATURES_EXT
impl Copy for PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
impl ExtendsDeviceCreateInfo for PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
impl RefUnwindSafe for PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
impl !Send for PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
impl !Sync for PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
impl Unpin for PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
impl UnwindSafe for PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
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