#[repr(C)]pub struct PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT {
pub s_type: StructureType,
pub next: *mut c_void,
pub multisampled_render_to_single_sampled: Bool32,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§multisampled_render_to_single_sampled: Bool32Trait Implementations§
Source§impl Clone for PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
impl Clone for PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
Source§fn clone(&self) -> PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
fn clone(&self) -> PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
impl Eq for PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
impl Send for PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
impl StructuralPartialEq for PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
impl Sync for PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
impl RefUnwindSafe for PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
impl Unpin for PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
impl UnsafeUnpin 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