#[repr(C)]pub struct AttachmentFeedbackLoopInfoEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub feedback_loop_enable: Bool32,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§feedback_loop_enable: Bool32Trait 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 moreSource§impl Hash for AttachmentFeedbackLoopInfoEXT
impl Hash for AttachmentFeedbackLoopInfoEXT
Source§impl PartialEq for AttachmentFeedbackLoopInfoEXT
impl PartialEq for AttachmentFeedbackLoopInfoEXT
Source§fn eq(&self, other: &AttachmentFeedbackLoopInfoEXT) -> bool
fn eq(&self, other: &AttachmentFeedbackLoopInfoEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AttachmentFeedbackLoopInfoEXT
impl Eq for AttachmentFeedbackLoopInfoEXT
impl Send for AttachmentFeedbackLoopInfoEXT
impl StructuralPartialEq for AttachmentFeedbackLoopInfoEXT
impl Sync for AttachmentFeedbackLoopInfoEXT
Auto Trait Implementations§
impl Freeze for AttachmentFeedbackLoopInfoEXT
impl RefUnwindSafe for AttachmentFeedbackLoopInfoEXT
impl Unpin 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