Struct ash::vk::PhysicalDeviceExternalImageFormatInfo  
source · #[repr(C)]pub struct PhysicalDeviceExternalImageFormatInfo {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub handle_type: ExternalMemoryHandleTypeFlags,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§handle_type: ExternalMemoryHandleTypeFlagsImplementations§
source§impl PhysicalDeviceExternalImageFormatInfo
 
impl PhysicalDeviceExternalImageFormatInfo
pub fn builder<'a>() -> PhysicalDeviceExternalImageFormatInfoBuilder<'a>
Trait Implementations§
source§impl Clone for PhysicalDeviceExternalImageFormatInfo
 
impl Clone for PhysicalDeviceExternalImageFormatInfo
source§fn clone(&self) -> PhysicalDeviceExternalImageFormatInfo
 
fn clone(&self) -> PhysicalDeviceExternalImageFormatInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read more