pub type ExternalFenceHandleTypeFlagsKHR = ExternalFenceHandleTypeFlags;
Aliased Type§
struct ExternalFenceHandleTypeFlagsKHR(/* private fields */);
Implementations
Source§impl ExternalFenceHandleTypeFlags
impl ExternalFenceHandleTypeFlags
Source§impl ExternalFenceHandleTypeFlags
impl ExternalFenceHandleTypeFlags
pub const OPAQUE_FD: Self
pub const OPAQUE_WIN32: Self
pub const OPAQUE_WIN32_KMT: Self
pub const SYNC_FD: Self
Source§impl ExternalFenceHandleTypeFlags
Generated from ‘VK_NV_extension_374’
impl ExternalFenceHandleTypeFlags
Generated from ‘VK_NV_extension_374’
pub const RESERVED_4_NV: Self
pub const RESERVED_5_NV: Self
Source§impl ExternalFenceHandleTypeFlags
Generated from ‘VK_KHR_external_fence_capabilities’
impl ExternalFenceHandleTypeFlags
Generated from ‘VK_KHR_external_fence_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 SYNC_FD_KHR: Self = Self::SYNC_FD
Trait Implementations
Source§impl BitAndAssign for ExternalFenceHandleTypeFlags
impl BitAndAssign for ExternalFenceHandleTypeFlags
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOr for ExternalFenceHandleTypeFlags
impl BitOr for ExternalFenceHandleTypeFlags
Source§impl BitOrAssign for ExternalFenceHandleTypeFlags
impl BitOrAssign for ExternalFenceHandleTypeFlags
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl BitXorAssign for ExternalFenceHandleTypeFlags
impl BitXorAssign for ExternalFenceHandleTypeFlags
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moreSource§impl Clone for ExternalFenceHandleTypeFlags
impl Clone for ExternalFenceHandleTypeFlags
Source§fn clone(&self) -> ExternalFenceHandleTypeFlags
fn clone(&self) -> ExternalFenceHandleTypeFlags
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 ExternalFenceHandleTypeFlags
impl Hash for ExternalFenceHandleTypeFlags
Source§impl Not for ExternalFenceHandleTypeFlags
impl Not for ExternalFenceHandleTypeFlags
Source§impl Ord for ExternalFenceHandleTypeFlags
impl Ord for ExternalFenceHandleTypeFlags
Source§fn cmp(&self, other: &ExternalFenceHandleTypeFlags) -> Ordering
fn cmp(&self, other: &ExternalFenceHandleTypeFlags) -> 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 ExternalFenceHandleTypeFlags
impl PartialEq for ExternalFenceHandleTypeFlags
Source§fn eq(&self, other: &ExternalFenceHandleTypeFlags) -> bool
fn eq(&self, other: &ExternalFenceHandleTypeFlags) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.