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