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