Struct screen_13::prelude::vk::ExternalSemaphoreHandleTypeFlags
source · pub struct ExternalSemaphoreHandleTypeFlags(_);Expand description
Implementations§
source§impl ExternalSemaphoreHandleTypeFlags
impl ExternalSemaphoreHandleTypeFlags
pub const fn empty() -> ExternalSemaphoreHandleTypeFlags
pub const fn from_raw(x: u32) -> ExternalSemaphoreHandleTypeFlags
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: ExternalSemaphoreHandleTypeFlags) -> bool
sourcepub const fn contains(self, other: ExternalSemaphoreHandleTypeFlags) -> bool
pub const fn contains(self, other: ExternalSemaphoreHandleTypeFlags) -> bool
Returns whether other is a subset of self
source§impl ExternalSemaphoreHandleTypeFlags
impl ExternalSemaphoreHandleTypeFlags
pub const OPAQUE_FD: ExternalSemaphoreHandleTypeFlags = Self(1)
pub const OPAQUE_WIN32: ExternalSemaphoreHandleTypeFlags = Self(2)
pub const OPAQUE_WIN32_KMT: ExternalSemaphoreHandleTypeFlags = Self(4)
pub const D3D12_FENCE: ExternalSemaphoreHandleTypeFlags = Self(8)
pub const D3D11_FENCE: ExternalSemaphoreHandleTypeFlags = Self::D3D12_FENCE
pub const SYNC_FD: ExternalSemaphoreHandleTypeFlags = Self(16)
source§impl ExternalSemaphoreHandleTypeFlags
impl ExternalSemaphoreHandleTypeFlags
Generated from ‘VK_KHR_external_semaphore_capabilities’
pub const OPAQUE_FD_KHR: ExternalSemaphoreHandleTypeFlags = Self::OPAQUE_FD
pub const OPAQUE_WIN32_KHR: ExternalSemaphoreHandleTypeFlags = Self::OPAQUE_WIN32
pub const OPAQUE_WIN32_KMT_KHR: ExternalSemaphoreHandleTypeFlags = Self::OPAQUE_WIN32_KMT
pub const D3D12_FENCE_KHR: ExternalSemaphoreHandleTypeFlags = Self::D3D12_FENCE
pub const SYNC_FD_KHR: ExternalSemaphoreHandleTypeFlags = Self::SYNC_FD
source§impl ExternalSemaphoreHandleTypeFlags
impl ExternalSemaphoreHandleTypeFlags
Generated from ‘VK_FUCHSIA_external_semaphore’
pub const ZIRCON_EVENT_FUCHSIA: ExternalSemaphoreHandleTypeFlags = Self(128)
source§impl ExternalSemaphoreHandleTypeFlags
impl ExternalSemaphoreHandleTypeFlags
Generated from ‘VK_NV_extension_374’
pub const RESERVED_5_NV: ExternalSemaphoreHandleTypeFlags = Self(32)
Trait Implementations§
source§impl BitAnd<ExternalSemaphoreHandleTypeFlags> for ExternalSemaphoreHandleTypeFlags
impl BitAnd<ExternalSemaphoreHandleTypeFlags> for ExternalSemaphoreHandleTypeFlags
§type Output = ExternalSemaphoreHandleTypeFlags
type Output = ExternalSemaphoreHandleTypeFlags
The resulting type after applying the
& operator.source§fn bitand(
self,
rhs: ExternalSemaphoreHandleTypeFlags
) -> ExternalSemaphoreHandleTypeFlags
fn bitand(
self,
rhs: ExternalSemaphoreHandleTypeFlags
) -> ExternalSemaphoreHandleTypeFlags
Performs the
& operation. Read moresource§impl BitAndAssign<ExternalSemaphoreHandleTypeFlags> for ExternalSemaphoreHandleTypeFlags
impl BitAndAssign<ExternalSemaphoreHandleTypeFlags> for ExternalSemaphoreHandleTypeFlags
source§fn bitand_assign(&mut self, rhs: ExternalSemaphoreHandleTypeFlags)
fn bitand_assign(&mut self, rhs: ExternalSemaphoreHandleTypeFlags)
Performs the
&= operation. Read moresource§impl BitOr<ExternalSemaphoreHandleTypeFlags> for ExternalSemaphoreHandleTypeFlags
impl BitOr<ExternalSemaphoreHandleTypeFlags> for ExternalSemaphoreHandleTypeFlags
§type Output = ExternalSemaphoreHandleTypeFlags
type Output = ExternalSemaphoreHandleTypeFlags
The resulting type after applying the
| operator.source§fn bitor(
self,
rhs: ExternalSemaphoreHandleTypeFlags
) -> ExternalSemaphoreHandleTypeFlags
fn bitor(
self,
rhs: ExternalSemaphoreHandleTypeFlags
) -> ExternalSemaphoreHandleTypeFlags
Performs the
| operation. Read moresource§impl BitOrAssign<ExternalSemaphoreHandleTypeFlags> for ExternalSemaphoreHandleTypeFlags
impl BitOrAssign<ExternalSemaphoreHandleTypeFlags> for ExternalSemaphoreHandleTypeFlags
source§fn bitor_assign(&mut self, rhs: ExternalSemaphoreHandleTypeFlags)
fn bitor_assign(&mut self, rhs: ExternalSemaphoreHandleTypeFlags)
Performs the
|= operation. Read moresource§impl BitXor<ExternalSemaphoreHandleTypeFlags> for ExternalSemaphoreHandleTypeFlags
impl BitXor<ExternalSemaphoreHandleTypeFlags> for ExternalSemaphoreHandleTypeFlags
§type Output = ExternalSemaphoreHandleTypeFlags
type Output = ExternalSemaphoreHandleTypeFlags
The resulting type after applying the
^ operator.source§fn bitxor(
self,
rhs: ExternalSemaphoreHandleTypeFlags
) -> ExternalSemaphoreHandleTypeFlags
fn bitxor(
self,
rhs: ExternalSemaphoreHandleTypeFlags
) -> ExternalSemaphoreHandleTypeFlags
Performs the
^ operation. Read moresource§impl BitXorAssign<ExternalSemaphoreHandleTypeFlags> for ExternalSemaphoreHandleTypeFlags
impl BitXorAssign<ExternalSemaphoreHandleTypeFlags> for ExternalSemaphoreHandleTypeFlags
source§fn bitxor_assign(&mut self, rhs: ExternalSemaphoreHandleTypeFlags)
fn bitxor_assign(&mut self, rhs: ExternalSemaphoreHandleTypeFlags)
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 Default for ExternalSemaphoreHandleTypeFlags
impl Default for ExternalSemaphoreHandleTypeFlags
source§fn default() -> ExternalSemaphoreHandleTypeFlags
fn default() -> ExternalSemaphoreHandleTypeFlags
Returns the “default value” for a type. Read more
source§impl Not for ExternalSemaphoreHandleTypeFlags
impl Not for ExternalSemaphoreHandleTypeFlags
§type Output = ExternalSemaphoreHandleTypeFlags
type Output = ExternalSemaphoreHandleTypeFlags
The resulting type after applying the
! operator.source§fn not(self) -> ExternalSemaphoreHandleTypeFlags
fn not(self) -> ExternalSemaphoreHandleTypeFlags
Performs the unary
! operation. 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