#[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 · 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 RenderingAttachmentLocationInfo
impl PartialEq for RenderingAttachmentLocationInfo
Source§fn eq(&self, other: &RenderingAttachmentLocationInfo) -> bool
fn eq(&self, other: &RenderingAttachmentLocationInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl 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 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