Struct ash::vk::ExternalMemoryHandleTypeFlags
source · pub struct ExternalMemoryHandleTypeFlags(/* private fields */);
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_QNX_extension_530’
pub const TYPE_530_QNX: 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
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for ExternalMemoryHandleTypeFlags
impl PartialOrd 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 moreimpl Copy for ExternalMemoryHandleTypeFlags
impl Eq for ExternalMemoryHandleTypeFlags
impl StructuralPartialEq for ExternalMemoryHandleTypeFlags
Auto Trait Implementations§
impl Freeze for ExternalMemoryHandleTypeFlags
impl RefUnwindSafe for ExternalMemoryHandleTypeFlags
impl Send for ExternalMemoryHandleTypeFlags
impl Sync for ExternalMemoryHandleTypeFlags
impl Unpin for ExternalMemoryHandleTypeFlags
impl UnwindSafe for ExternalMemoryHandleTypeFlags
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more