Struct ash::vk::ExternalSemaphoreHandleTypeFlags
source · #[repr(transparent)]pub struct ExternalSemaphoreHandleTypeFlags(_);
Expand description
Implementations§
source§impl ExternalSemaphoreHandleTypeFlags
impl ExternalSemaphoreHandleTypeFlags
source§impl ExternalSemaphoreHandleTypeFlags
impl ExternalSemaphoreHandleTypeFlags
pub const OPAQUE_FD: Self = _
pub const OPAQUE_WIN32: Self = _
pub const OPAQUE_WIN32_KMT: Self = _
pub const D3D12_FENCE: Self = _
pub const D3D11_FENCE: Self = Self::D3D12_FENCE
pub const SYNC_FD: Self = _
source§impl ExternalSemaphoreHandleTypeFlags
impl ExternalSemaphoreHandleTypeFlags
Generated from ‘VK_KHR_external_semaphore_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 D3D12_FENCE_KHR: Self = Self::D3D12_FENCE
pub const SYNC_FD_KHR: Self = Self::SYNC_FD
source§impl ExternalSemaphoreHandleTypeFlags
impl ExternalSemaphoreHandleTypeFlags
Generated from ‘VK_FUCHSIA_external_semaphore’
pub const ZIRCON_EVENT_FUCHSIA: Self = _
source§impl ExternalSemaphoreHandleTypeFlags
impl ExternalSemaphoreHandleTypeFlags
Generated from ‘VK_NV_extension_374’
pub const RESERVED_5_NV: Self = _
pub const RESERVED_6_NV: Self = _
Trait Implementations§
source§impl BitAndAssign<ExternalSemaphoreHandleTypeFlags> for ExternalSemaphoreHandleTypeFlags
impl BitAndAssign<ExternalSemaphoreHandleTypeFlags> for ExternalSemaphoreHandleTypeFlags
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign<ExternalSemaphoreHandleTypeFlags> for ExternalSemaphoreHandleTypeFlags
impl BitOrAssign<ExternalSemaphoreHandleTypeFlags> for ExternalSemaphoreHandleTypeFlags
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign<ExternalSemaphoreHandleTypeFlags> for ExternalSemaphoreHandleTypeFlags
impl BitXorAssign<ExternalSemaphoreHandleTypeFlags> for ExternalSemaphoreHandleTypeFlags
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for ExternalSemaphoreHandleTypeFlags
impl Clone for ExternalSemaphoreHandleTypeFlags
source§fn clone(&self) -> ExternalSemaphoreHandleTypeFlags
fn clone(&self) -> ExternalSemaphoreHandleTypeFlags
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 Ord for ExternalSemaphoreHandleTypeFlags
impl Ord for ExternalSemaphoreHandleTypeFlags
source§fn cmp(&self, other: &ExternalSemaphoreHandleTypeFlags) -> Ordering
fn cmp(&self, other: &ExternalSemaphoreHandleTypeFlags) -> 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<ExternalSemaphoreHandleTypeFlags> for ExternalSemaphoreHandleTypeFlags
impl PartialEq<ExternalSemaphoreHandleTypeFlags> for ExternalSemaphoreHandleTypeFlags
source§fn eq(&self, other: &ExternalSemaphoreHandleTypeFlags) -> bool
fn eq(&self, other: &ExternalSemaphoreHandleTypeFlags) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<ExternalSemaphoreHandleTypeFlags> for ExternalSemaphoreHandleTypeFlags
impl PartialOrd<ExternalSemaphoreHandleTypeFlags> for ExternalSemaphoreHandleTypeFlags
source§fn partial_cmp(
&self,
other: &ExternalSemaphoreHandleTypeFlags
) -> Option<Ordering>
fn partial_cmp( &self, other: &ExternalSemaphoreHandleTypeFlags ) -> 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