pub struct PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub attachment_feedback_loop_layout: u32,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§attachment_feedback_loop_layout: u32Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT
impl Clone for PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT
source§fn clone(&self) -> PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT
fn clone(&self) -> PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT
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 Default for PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT
impl Default for PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT
source§fn default() -> PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT
fn default() -> PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT
Returns the “default value” for a type. Read more