#[repr(C)]pub struct RenderPassInputAttachmentAspectCreateInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub aspect_reference_count: u32,
pub p_aspect_references: *const InputAttachmentAspectReference,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidaspect_reference_count: u32p_aspect_references: *const InputAttachmentAspectReferenceImplementations
Trait Implementations
sourceimpl Clone for RenderPassInputAttachmentAspectCreateInfo
impl Clone for RenderPassInputAttachmentAspectCreateInfo
sourcefn clone(&self) -> RenderPassInputAttachmentAspectCreateInfo
fn clone(&self) -> RenderPassInputAttachmentAspectCreateInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for RenderPassInputAttachmentAspectCreateInfo
impl Default for RenderPassInputAttachmentAspectCreateInfo
sourcefn default() -> RenderPassInputAttachmentAspectCreateInfo
fn default() -> RenderPassInputAttachmentAspectCreateInfo
Returns the “default value” for a type. Read more
impl Copy for RenderPassInputAttachmentAspectCreateInfo
impl ExtendsRenderPassCreateInfo for RenderPassInputAttachmentAspectCreateInfo
Auto Trait Implementations
impl RefUnwindSafe for RenderPassInputAttachmentAspectCreateInfo
impl !Send for RenderPassInputAttachmentAspectCreateInfo
impl !Sync for RenderPassInputAttachmentAspectCreateInfo
impl Unpin for RenderPassInputAttachmentAspectCreateInfo
impl UnwindSafe for RenderPassInputAttachmentAspectCreateInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more