#[repr(C)]pub struct AttachmentFeedbackLoopInfoEXT<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub feedback_loop_enable: Bool32,
pub _marker: PhantomData<&'a ()>,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§feedback_loop_enable: Bool32§_marker: PhantomData<&'a ()>Implementations§
Source§impl<'a> AttachmentFeedbackLoopInfoEXT<'a>
impl<'a> AttachmentFeedbackLoopInfoEXT<'a>
pub fn feedback_loop_enable(self, feedback_loop_enable: bool) -> Self
Trait Implementations§
Source§impl<'a> Clone for AttachmentFeedbackLoopInfoEXT<'a>
impl<'a> Clone for AttachmentFeedbackLoopInfoEXT<'a>
Source§fn clone(&self) -> AttachmentFeedbackLoopInfoEXT<'a>
fn clone(&self) -> AttachmentFeedbackLoopInfoEXT<'a>
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<'a> Debug for AttachmentFeedbackLoopInfoEXT<'a>
impl<'a> Debug for AttachmentFeedbackLoopInfoEXT<'a>
Source§impl Default for AttachmentFeedbackLoopInfoEXT<'_>
impl Default for AttachmentFeedbackLoopInfoEXT<'_>
Source§impl<'a> TaggedStructure for AttachmentFeedbackLoopInfoEXT<'a>
impl<'a> TaggedStructure for AttachmentFeedbackLoopInfoEXT<'a>
const STRUCTURE_TYPE: StructureType = StructureType::ATTACHMENT_FEEDBACK_LOOP_INFO_EXT
impl<'a> Copy for AttachmentFeedbackLoopInfoEXT<'a>
impl ExtendsRenderingAttachmentInfo for AttachmentFeedbackLoopInfoEXT<'_>
impl Send for AttachmentFeedbackLoopInfoEXT<'_>
impl Sync for AttachmentFeedbackLoopInfoEXT<'_>
Auto Trait Implementations§
impl<'a> Freeze for AttachmentFeedbackLoopInfoEXT<'a>
impl<'a> RefUnwindSafe for AttachmentFeedbackLoopInfoEXT<'a>
impl<'a> Unpin for AttachmentFeedbackLoopInfoEXT<'a>
impl<'a> UnwindSafe for AttachmentFeedbackLoopInfoEXT<'a>
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