#[repr(C)]pub struct PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub attachment_feedback_loop_layout: u32,
}Expand description
VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT
Provided by VK_EXT_attachment_feedback_loop_layout.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ATTACHMENT_FEEDBACK_LOOP_LAYOUT_FEATURES_EXT.
p_next: *mut c_voidOptional, may be null.
attachment_feedback_loop_layout: u32Implementations§
Source§impl PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT
impl PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT
Sourcepub fn builder<'a>() -> PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXTBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT
impl Clone for PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT
Source§fn clone(&self) -> PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT
fn clone(&self) -> PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT
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 moreimpl Copy for PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT
impl ExtendsDeviceCreateInfo for PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT
impl RefUnwindSafe for PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT
impl !Send for PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT
impl !Sync for PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT
impl Unpin for PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT
impl UnsafeUnpin for PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT
impl UnwindSafe for PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT
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