Struct ash::vk::ExternalSemaphoreHandleTypeFlags
source · pub struct ExternalSemaphoreHandleTypeFlags(/* private fields */);
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 = _
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
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for ExternalSemaphoreHandleTypeFlags
impl PartialOrd 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 moreimpl Copy for ExternalSemaphoreHandleTypeFlags
impl Eq for ExternalSemaphoreHandleTypeFlags
impl StructuralPartialEq for ExternalSemaphoreHandleTypeFlags
Auto Trait Implementations§
impl Freeze for ExternalSemaphoreHandleTypeFlags
impl RefUnwindSafe for ExternalSemaphoreHandleTypeFlags
impl Send for ExternalSemaphoreHandleTypeFlags
impl Sync for ExternalSemaphoreHandleTypeFlags
impl Unpin for ExternalSemaphoreHandleTypeFlags
impl UnwindSafe for ExternalSemaphoreHandleTypeFlags
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