pub type SemaphoreImportFlagsKHR = SemaphoreImportFlags;
Aliased Type§
struct SemaphoreImportFlagsKHR(pub(crate) u32);
Fields§
§0: u32
Implementations
Source§impl SemaphoreImportFlags
impl SemaphoreImportFlags
Source§impl SemaphoreImportFlags
Generated from ‘VK_KHR_external_semaphore’
impl SemaphoreImportFlags
Generated from ‘VK_KHR_external_semaphore’
pub const TEMPORARY_KHR: Self = Self::TEMPORARY
Trait Implementations
Source§impl BitAnd for SemaphoreImportFlags
impl BitAnd for SemaphoreImportFlags
Source§impl BitAndAssign for SemaphoreImportFlags
impl BitAndAssign for SemaphoreImportFlags
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOr for SemaphoreImportFlags
impl BitOr for SemaphoreImportFlags
Source§impl BitOrAssign for SemaphoreImportFlags
impl BitOrAssign for SemaphoreImportFlags
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl BitXor for SemaphoreImportFlags
impl BitXor for SemaphoreImportFlags
Source§impl BitXorAssign for SemaphoreImportFlags
impl BitXorAssign for SemaphoreImportFlags
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moreSource§impl Clone for SemaphoreImportFlags
impl Clone for SemaphoreImportFlags
Source§fn clone(&self) -> SemaphoreImportFlags
fn clone(&self) -> SemaphoreImportFlags
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 SemaphoreImportFlags
impl Debug for SemaphoreImportFlags
Source§impl Default for SemaphoreImportFlags
impl Default for SemaphoreImportFlags
Source§impl Hash for SemaphoreImportFlags
impl Hash for SemaphoreImportFlags
Source§impl Not for SemaphoreImportFlags
impl Not for SemaphoreImportFlags
Source§impl Ord for SemaphoreImportFlags
impl Ord for SemaphoreImportFlags
Source§fn cmp(&self, other: &SemaphoreImportFlags) -> Ordering
fn cmp(&self, other: &SemaphoreImportFlags) -> 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