pub type ExternalMemoryPropertiesKHR = ExternalMemoryProperties;
Aliased Type§
struct ExternalMemoryPropertiesKHR {
pub external_memory_features: ExternalMemoryFeatureFlags,
pub export_from_imported_handle_types: ExternalMemoryHandleTypeFlags,
pub compatible_handle_types: ExternalMemoryHandleTypeFlags,
}
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 Default for ExternalMemoryProperties
impl Default for ExternalMemoryProperties
Source§fn default() -> ExternalMemoryProperties
fn default() -> ExternalMemoryProperties
Returns the “default value” for a type. Read more