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