#[repr(C)]pub struct PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub attachment_feedback_loop_layout: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§attachment_feedback_loop_layout: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT
impl Clone for PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT
source§fn clone(&self) -> PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT
fn clone(&self) -> PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT
Returns a copy 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 TaggedStructure for PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT
impl TaggedStructure for PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_ATTACHMENT_FEEDBACK_LOOP_LAYOUT_FEATURES_EXT
impl Copy for PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT
impl ExtendsDeviceCreateInfo for PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT
impl RefUnwindSafe for PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT
impl !Send for PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT
impl !Sync for PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT
impl Unpin for PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT
impl UnwindSafe for PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT
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