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