#[repr(C)]pub struct PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT {
pub sType: StructureType,
pub pNext: *mut c_void,
pub attachmentFeedbackLoopLayout: Bool32,
}
Fields§
§sType: StructureType
§pNext: *mut c_void
§attachmentFeedbackLoopLayout: Bool32
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 moreimpl Copy 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