pub type ExternalMemoryHandleTypeFlagsKHR = ExternalMemoryHandleTypeFlags;
Aliased Type§
struct ExternalMemoryHandleTypeFlagsKHR(pub(crate) u32);
Fields§
§0: u32
Implementations
Source§impl ExternalMemoryHandleTypeFlags
impl ExternalMemoryHandleTypeFlags
Source§impl ExternalMemoryHandleTypeFlags
impl ExternalMemoryHandleTypeFlags
pub const OPAQUE_FD: Self
pub const OPAQUE_WIN32: Self
pub const OPAQUE_WIN32_KMT: Self
pub const D3D11_TEXTURE: Self
pub const D3D11_TEXTURE_KMT: Self
pub const D3D12_HEAP: Self
pub const D3D12_RESOURCE: Self
Source§impl ExternalMemoryHandleTypeFlags
Generated from ‘VK_EXT_external_memory_host’
impl ExternalMemoryHandleTypeFlags
Generated from ‘VK_EXT_external_memory_host’
pub const HOST_ALLOCATION_EXT: Self
pub const HOST_MAPPED_FOREIGN_MEMORY_EXT: Self
Source§impl ExternalMemoryHandleTypeFlags
Generated from ‘VK_FUCHSIA_external_memory’
impl ExternalMemoryHandleTypeFlags
Generated from ‘VK_FUCHSIA_external_memory’
pub const ZIRCON_VMO_FUCHSIA: Self
Source§impl ExternalMemoryHandleTypeFlags
Generated from ‘VK_NV_external_memory_rdma’
impl ExternalMemoryHandleTypeFlags
Generated from ‘VK_NV_external_memory_rdma’
pub const RDMA_ADDRESS_NV: Self
Source§impl ExternalMemoryHandleTypeFlags
Generated from ‘VK_QNX_external_memory_screen_buffer’
impl ExternalMemoryHandleTypeFlags
Generated from ‘VK_QNX_external_memory_screen_buffer’
pub const SCREEN_BUFFER_QNX: Self
Source§impl ExternalMemoryHandleTypeFlags
Generated from ‘VK_KHR_external_memory_capabilities’
impl ExternalMemoryHandleTypeFlags
Generated from ‘VK_KHR_external_memory_capabilities’
pub const OPAQUE_FD_KHR: Self = Self::OPAQUE_FD
pub const OPAQUE_WIN32_KHR: Self = Self::OPAQUE_WIN32
pub const OPAQUE_WIN32_KMT_KHR: Self = Self::OPAQUE_WIN32_KMT
pub const D3D11_TEXTURE_KHR: Self = Self::D3D11_TEXTURE
pub const D3D11_TEXTURE_KMT_KHR: Self = Self::D3D11_TEXTURE_KMT
pub const D3D12_HEAP_KHR: Self = Self::D3D12_HEAP
pub const D3D12_RESOURCE_KHR: Self = Self::D3D12_RESOURCE
Source§impl ExternalMemoryHandleTypeFlags
Generated from ‘VK_EXT_external_memory_dma_buf’
impl ExternalMemoryHandleTypeFlags
Generated from ‘VK_EXT_external_memory_dma_buf’
pub const DMA_BUF_EXT: Self
Source§impl ExternalMemoryHandleTypeFlags
Generated from ‘VK_ANDROID_external_memory_android_hardware_buffer’
impl ExternalMemoryHandleTypeFlags
Generated from ‘VK_ANDROID_external_memory_android_hardware_buffer’
pub const ANDROID_HARDWARE_BUFFER_ANDROID: Self
Trait Implementations
Source§impl BitAndAssign for ExternalMemoryHandleTypeFlags
impl BitAndAssign for ExternalMemoryHandleTypeFlags
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOrAssign for ExternalMemoryHandleTypeFlags
impl BitOrAssign for ExternalMemoryHandleTypeFlags
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl BitXorAssign for ExternalMemoryHandleTypeFlags
impl BitXorAssign for ExternalMemoryHandleTypeFlags
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moreSource§impl Clone for ExternalMemoryHandleTypeFlags
impl Clone for ExternalMemoryHandleTypeFlags
Source§fn clone(&self) -> ExternalMemoryHandleTypeFlags
fn clone(&self) -> ExternalMemoryHandleTypeFlags
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 Hash for ExternalMemoryHandleTypeFlags
impl Hash for ExternalMemoryHandleTypeFlags
Source§impl Not for ExternalMemoryHandleTypeFlags
impl Not for ExternalMemoryHandleTypeFlags
Source§impl Ord for ExternalMemoryHandleTypeFlags
impl Ord for ExternalMemoryHandleTypeFlags
Source§fn cmp(&self, other: &ExternalMemoryHandleTypeFlags) -> Ordering
fn cmp(&self, other: &ExternalMemoryHandleTypeFlags) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ExternalMemoryHandleTypeFlags
impl PartialEq for ExternalMemoryHandleTypeFlags
Source§fn eq(&self, other: &ExternalMemoryHandleTypeFlags) -> bool
fn eq(&self, other: &ExternalMemoryHandleTypeFlags) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.