#[repr(C)]pub struct VkAttachmentFeedbackLoopInfoEXT {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub feedbackLoopEnable: VkBool32,
}Fields§
§sType: VkStructureType§pNext: *const c_void§feedbackLoopEnable: VkBool32Trait Implementations§
Source§impl Clone for VkAttachmentFeedbackLoopInfoEXT
impl Clone for VkAttachmentFeedbackLoopInfoEXT
Source§fn clone(&self) -> VkAttachmentFeedbackLoopInfoEXT
fn clone(&self) -> VkAttachmentFeedbackLoopInfoEXT
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 VkAttachmentFeedbackLoopInfoEXT
Auto Trait Implementations§
impl Freeze for VkAttachmentFeedbackLoopInfoEXT
impl RefUnwindSafe for VkAttachmentFeedbackLoopInfoEXT
impl !Send for VkAttachmentFeedbackLoopInfoEXT
impl !Sync for VkAttachmentFeedbackLoopInfoEXT
impl Unpin for VkAttachmentFeedbackLoopInfoEXT
impl UnwindSafe for VkAttachmentFeedbackLoopInfoEXT
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