#[repr(C)]pub struct PhysicalDeviceMaintenance6Properties {
pub s_type: StructureType,
pub next: *mut c_void,
pub block_texel_view_compatible_multiple_layers: Bool32,
pub max_combined_image_sampler_descriptor_count: u32,
pub fragment_shading_rate_clamp_combiner_inputs: Bool32,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§block_texel_view_compatible_multiple_layers: Bool32§max_combined_image_sampler_descriptor_count: u32§fragment_shading_rate_clamp_combiner_inputs: Bool32Trait Implementations§
Source§impl Clone for PhysicalDeviceMaintenance6Properties
impl Clone for PhysicalDeviceMaintenance6Properties
Source§fn clone(&self) -> PhysicalDeviceMaintenance6Properties
fn clone(&self) -> PhysicalDeviceMaintenance6Properties
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 moreSource§impl PartialEq for PhysicalDeviceMaintenance6Properties
impl PartialEq for PhysicalDeviceMaintenance6Properties
Source§fn eq(&self, other: &PhysicalDeviceMaintenance6Properties) -> bool
fn eq(&self, other: &PhysicalDeviceMaintenance6Properties) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PhysicalDeviceMaintenance6Properties
impl Eq for PhysicalDeviceMaintenance6Properties
impl Send for PhysicalDeviceMaintenance6Properties
impl StructuralPartialEq for PhysicalDeviceMaintenance6Properties
impl Sync for PhysicalDeviceMaintenance6Properties
Auto Trait Implementations§
impl Freeze for PhysicalDeviceMaintenance6Properties
impl RefUnwindSafe for PhysicalDeviceMaintenance6Properties
impl Unpin for PhysicalDeviceMaintenance6Properties
impl UnwindSafe for PhysicalDeviceMaintenance6Properties
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