Struct ash::vk::ExternalImageFormatPropertiesNV
source · #[repr(C)]pub struct ExternalImageFormatPropertiesNV {
pub image_format_properties: ImageFormatProperties,
pub external_memory_features: ExternalMemoryFeatureFlagsNV,
pub export_from_imported_handle_types: ExternalMemoryHandleTypeFlagsNV,
pub compatible_handle_types: ExternalMemoryHandleTypeFlagsNV,
}
Expand description
Fields§
§image_format_properties: ImageFormatProperties
§external_memory_features: ExternalMemoryFeatureFlagsNV
§export_from_imported_handle_types: ExternalMemoryHandleTypeFlagsNV
§compatible_handle_types: ExternalMemoryHandleTypeFlagsNV
Implementations§
source§impl ExternalImageFormatPropertiesNV
impl ExternalImageFormatPropertiesNV
pub fn builder<'a>() -> ExternalImageFormatPropertiesNVBuilder<'a>
Trait Implementations§
source§impl Clone for ExternalImageFormatPropertiesNV
impl Clone for ExternalImageFormatPropertiesNV
source§fn clone(&self) -> ExternalImageFormatPropertiesNV
fn clone(&self) -> ExternalImageFormatPropertiesNV
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 moresource§impl Default for ExternalImageFormatPropertiesNV
impl Default for ExternalImageFormatPropertiesNV
source§fn default() -> ExternalImageFormatPropertiesNV
fn default() -> ExternalImageFormatPropertiesNV
Returns the “default value” for a type. Read more