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