pub type ExternalSemaphoreHandleTypeFlagsKHR = ExternalSemaphoreHandleTypeFlags;
Aliased Type§
struct ExternalSemaphoreHandleTypeFlagsKHR(pub(crate) u32);
Fields§
§0: u32
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
Generated from ‘VK_FUCHSIA_external_semaphore’
impl ExternalSemaphoreHandleTypeFlags
Generated from ‘VK_FUCHSIA_external_semaphore’
pub const ZIRCON_EVENT_FUCHSIA: Self
Source§impl ExternalSemaphoreHandleTypeFlags
Generated from ‘VK_KHR_external_semaphore_capabilities’
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
Trait Implementations
Source§impl BitAndAssign for ExternalSemaphoreHandleTypeFlags
impl BitAndAssign for ExternalSemaphoreHandleTypeFlags
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOrAssign for ExternalSemaphoreHandleTypeFlags
impl BitOrAssign for ExternalSemaphoreHandleTypeFlags
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl BitXorAssign for ExternalSemaphoreHandleTypeFlags
impl BitXorAssign 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 for ExternalSemaphoreHandleTypeFlags
impl PartialEq for ExternalSemaphoreHandleTypeFlags
Source§fn eq(&self, other: &ExternalSemaphoreHandleTypeFlags) -> bool
fn eq(&self, other: &ExternalSemaphoreHandleTypeFlags) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.