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