#[repr(C)]pub struct RenderingAttachmentLocationInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub color_attachment_count: u32,
pub color_attachment_locations: *const u32,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§color_attachment_count: u32§color_attachment_locations: *const u32Trait Implementations§
Source§impl Clone for RenderingAttachmentLocationInfo
impl Clone for RenderingAttachmentLocationInfo
Source§fn clone(&self) -> RenderingAttachmentLocationInfo
fn clone(&self) -> RenderingAttachmentLocationInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RenderingAttachmentLocationInfo
impl Eq for RenderingAttachmentLocationInfo
impl Send for RenderingAttachmentLocationInfo
impl StructuralPartialEq for RenderingAttachmentLocationInfo
impl Sync for RenderingAttachmentLocationInfo
Auto Trait Implementations§
impl Freeze for RenderingAttachmentLocationInfo
impl RefUnwindSafe for RenderingAttachmentLocationInfo
impl Unpin for RenderingAttachmentLocationInfo
impl UnsafeUnpin for RenderingAttachmentLocationInfo
impl UnwindSafe for RenderingAttachmentLocationInfo
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