[][src]Struct ash_tray::ash::vk::SubpassDescription2KHR

#[repr(C)]
pub struct SubpassDescription2KHR {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub flags: SubpassDescriptionFlags,
    pub pipeline_bind_point: PipelineBindPoint,
    pub view_mask: u32,
    pub input_attachment_count: u32,
    pub p_input_attachments: *const AttachmentReference2KHR,
    pub color_attachment_count: u32,
    pub p_color_attachments: *const AttachmentReference2KHR,
    pub p_resolve_attachments: *const AttachmentReference2KHR,
    pub p_depth_stencil_attachment: *const AttachmentReference2KHR,
    pub preserve_attachment_count: u32,
    pub p_preserve_attachments: *const u32,
}

Fields

s_type: StructureTypep_next: *const c_voidflags: SubpassDescriptionFlagspipeline_bind_point: PipelineBindPointview_mask: u32input_attachment_count: u32p_input_attachments: *const AttachmentReference2KHRcolor_attachment_count: u32p_color_attachments: *const AttachmentReference2KHRp_resolve_attachments: *const AttachmentReference2KHRp_depth_stencil_attachment: *const AttachmentReference2KHRpreserve_attachment_count: u32p_preserve_attachments: *const u32

Methods

impl SubpassDescription2KHR[src]

Trait Implementations

impl Default for SubpassDescription2KHR[src]

impl Clone for SubpassDescription2KHR[src]

impl Copy for SubpassDescription2KHR[src]

impl Debug for SubpassDescription2KHR[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]