Struct ash::vk::ExternalMemoryHandleTypeFlags
source · #[repr(transparent)]pub struct ExternalMemoryHandleTypeFlags(_);
Expand description
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
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
impl ExternalMemoryHandleTypeFlags
Generated from ‘VK_EXT_external_memory_dma_buf’
pub const DMA_BUF_EXT: Self = _
source§impl ExternalMemoryHandleTypeFlags
impl ExternalMemoryHandleTypeFlags
Generated from ‘VK_ANDROID_external_memory_android_hardware_buffer’
pub const ANDROID_HARDWARE_BUFFER_ANDROID: Self = _
source§impl ExternalMemoryHandleTypeFlags
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
impl ExternalMemoryHandleTypeFlags
Generated from ‘VK_FUCHSIA_external_memory’
pub const ZIRCON_VMO_FUCHSIA: Self = _
source§impl ExternalMemoryHandleTypeFlags
impl ExternalMemoryHandleTypeFlags
Generated from ‘VK_NV_external_memory_rdma’
pub const RDMA_ADDRESS_NV: Self = _
source§impl ExternalMemoryHandleTypeFlags
impl ExternalMemoryHandleTypeFlags
Generated from ‘VK_NV_extension_375’
pub const RESERVED_13_NV: Self = _
Trait Implementations§
source§impl BitAndAssign<ExternalMemoryHandleTypeFlags> for ExternalMemoryHandleTypeFlags
impl BitAndAssign<ExternalMemoryHandleTypeFlags> for ExternalMemoryHandleTypeFlags
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign<ExternalMemoryHandleTypeFlags> for ExternalMemoryHandleTypeFlags
impl BitOrAssign<ExternalMemoryHandleTypeFlags> for ExternalMemoryHandleTypeFlags
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign<ExternalMemoryHandleTypeFlags> for ExternalMemoryHandleTypeFlags
impl BitXorAssign<ExternalMemoryHandleTypeFlags> 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<ExternalMemoryHandleTypeFlags> for ExternalMemoryHandleTypeFlags
impl PartialEq<ExternalMemoryHandleTypeFlags> for ExternalMemoryHandleTypeFlags
source§fn eq(&self, other: &ExternalMemoryHandleTypeFlags) -> bool
fn eq(&self, other: &ExternalMemoryHandleTypeFlags) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<ExternalMemoryHandleTypeFlags> for ExternalMemoryHandleTypeFlags
impl PartialOrd<ExternalMemoryHandleTypeFlags> for ExternalMemoryHandleTypeFlags
source§fn partial_cmp(&self, other: &ExternalMemoryHandleTypeFlags) -> Option<Ordering>
fn partial_cmp(&self, other: &ExternalMemoryHandleTypeFlags) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more