pub type SubpassBeginInfoKHR = SubpassBeginInfo;Aliased Type§
#[repr(C)]pub struct SubpassBeginInfoKHR {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub contents: SubpassContents,
}Fields§
§s_type: StructureType§p_next: *const c_void§contents: SubpassContents