Struct ash::vk::SubpassBeginInfo [−][src]
#[repr(C)]pub struct SubpassBeginInfo { pub s_type: StructureType, pub p_next: *const c_void, pub contents: SubpassContents, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
contents: SubpassContents
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SubpassBeginInfo
impl !Send for SubpassBeginInfo
impl !Sync for SubpassBeginInfo
impl Unpin for SubpassBeginInfo
impl UnwindSafe for SubpassBeginInfo
Blanket Implementations
Mutably borrows from an owned value. Read more