#[repr(C)]pub struct AttachmentFeedbackLoopInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub feedback_loop_enable: u32,
}Expand description
VkAttachmentFeedbackLoopInfoEXT
Provided by VK_KHR_unified_image_layouts.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_ATTACHMENT_FEEDBACK_LOOP_INFO_EXT.
p_next: *const c_voidOptional, may be null.
feedback_loop_enable: u32Implementations§
Source§impl AttachmentFeedbackLoopInfoEXT
impl AttachmentFeedbackLoopInfoEXT
Sourcepub fn builder<'a>() -> AttachmentFeedbackLoopInfoEXTBuilder<'a>
pub fn builder<'a>() -> AttachmentFeedbackLoopInfoEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for AttachmentFeedbackLoopInfoEXT
impl Clone for AttachmentFeedbackLoopInfoEXT
Source§fn clone(&self) -> AttachmentFeedbackLoopInfoEXT
fn clone(&self) -> AttachmentFeedbackLoopInfoEXT
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 AttachmentFeedbackLoopInfoEXT
impl ExtendsRenderingAttachmentInfo for AttachmentFeedbackLoopInfoEXT
Auto Trait Implementations§
impl Freeze for AttachmentFeedbackLoopInfoEXT
impl RefUnwindSafe for AttachmentFeedbackLoopInfoEXT
impl !Send for AttachmentFeedbackLoopInfoEXT
impl !Sync for AttachmentFeedbackLoopInfoEXT
impl Unpin for AttachmentFeedbackLoopInfoEXT
impl UnsafeUnpin for AttachmentFeedbackLoopInfoEXT
impl UnwindSafe for AttachmentFeedbackLoopInfoEXT
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