#[repr(C)]pub struct RenderingAttachmentFlagsInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: RenderingAttachmentFlagsKHR,
}Expand description
VkRenderingAttachmentFlagsInfoKHR
Provided by VK_KHR_maintenance10.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_FLAGS_INFO_KHR.
p_next: *const c_voidOptional, may be null.
flags: RenderingAttachmentFlagsKHRImplementations§
Source§impl RenderingAttachmentFlagsInfoKHR
impl RenderingAttachmentFlagsInfoKHR
Sourcepub fn builder<'a>() -> RenderingAttachmentFlagsInfoKHRBuilder<'a>
pub fn builder<'a>() -> RenderingAttachmentFlagsInfoKHRBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for RenderingAttachmentFlagsInfoKHR
impl Clone for RenderingAttachmentFlagsInfoKHR
Source§fn clone(&self) -> RenderingAttachmentFlagsInfoKHR
fn clone(&self) -> RenderingAttachmentFlagsInfoKHR
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 RenderingAttachmentFlagsInfoKHR
impl ExtendsRenderingAttachmentInfo for RenderingAttachmentFlagsInfoKHR
Auto Trait Implementations§
impl Freeze for RenderingAttachmentFlagsInfoKHR
impl RefUnwindSafe for RenderingAttachmentFlagsInfoKHR
impl !Send for RenderingAttachmentFlagsInfoKHR
impl !Sync for RenderingAttachmentFlagsInfoKHR
impl Unpin for RenderingAttachmentFlagsInfoKHR
impl UnsafeUnpin for RenderingAttachmentFlagsInfoKHR
impl UnwindSafe for RenderingAttachmentFlagsInfoKHR
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