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