pub type ExternalBufferPropertiesKHR<'a> = ExternalBufferProperties<'a>;

Aliased Type§

struct ExternalBufferPropertiesKHR<'a> {
    pub s_type: StructureType,
    pub p_next: *mut c_void,
    pub external_memory_properties: ExternalMemoryProperties,
    pub _marker: PhantomData<&'a ()>,
}

Fields§

§s_type: StructureType§p_next: *mut c_void§external_memory_properties: ExternalMemoryProperties§_marker: PhantomData<&'a ()>