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