Struct vulkanalia_sys::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: ExternalMemoryFeatureFlagsexport_from_imported_handle_types: ExternalMemoryHandleTypeFlagscompatible_handle_types: ExternalMemoryHandleTypeFlagsTrait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ExternalMemoryProperties
impl Send for ExternalMemoryProperties
impl Sync for ExternalMemoryProperties
impl Unpin for ExternalMemoryProperties
impl UnwindSafe for ExternalMemoryProperties
Blanket Implementations
Mutably borrows from an owned value. Read more