[−][src]Struct ash::vk::SemaphoreWaitFlags
Methods
impl SemaphoreWaitFlags
[src]
pub const fn empty() -> SemaphoreWaitFlags
[src]
pub const fn all() -> SemaphoreWaitFlags
[src]
pub const fn from_raw(x: Flags) -> Self
[src]
pub const fn as_raw(self) -> Flags
[src]
pub fn is_empty(self) -> bool
[src]
pub fn is_all(self) -> bool
[src]
pub fn intersects(self, other: SemaphoreWaitFlags) -> bool
[src]
pub fn contains(self, other: SemaphoreWaitFlags) -> bool
[src]
Returns whether other
is a subset of self
impl SemaphoreWaitFlags
[src]
impl SemaphoreWaitFlags
[src]
Generated from 'VK_KHR_timeline_semaphore'
Trait Implementations
impl BitAnd<SemaphoreWaitFlags> for SemaphoreWaitFlags
[src]
type Output = SemaphoreWaitFlags
The resulting type after applying the &
operator.
fn bitand(self, rhs: SemaphoreWaitFlags) -> SemaphoreWaitFlags
[src]
impl BitAndAssign<SemaphoreWaitFlags> for SemaphoreWaitFlags
[src]
fn bitand_assign(&mut self, rhs: SemaphoreWaitFlags)
[src]
impl BitOr<SemaphoreWaitFlags> for SemaphoreWaitFlags
[src]
type Output = SemaphoreWaitFlags
The resulting type after applying the |
operator.
fn bitor(self, rhs: SemaphoreWaitFlags) -> SemaphoreWaitFlags
[src]
impl BitOrAssign<SemaphoreWaitFlags> for SemaphoreWaitFlags
[src]
fn bitor_assign(&mut self, rhs: SemaphoreWaitFlags)
[src]
impl BitXor<SemaphoreWaitFlags> for SemaphoreWaitFlags
[src]
type Output = SemaphoreWaitFlags
The resulting type after applying the ^
operator.
fn bitxor(self, rhs: SemaphoreWaitFlags) -> SemaphoreWaitFlags
[src]
impl BitXorAssign<SemaphoreWaitFlags> for SemaphoreWaitFlags
[src]
fn bitxor_assign(&mut self, rhs: SemaphoreWaitFlags)
[src]
impl Clone for SemaphoreWaitFlags
[src]
fn clone(&self) -> SemaphoreWaitFlags
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for SemaphoreWaitFlags
[src]
impl Debug for SemaphoreWaitFlags
[src]
impl Default for SemaphoreWaitFlags
[src]
fn default() -> SemaphoreWaitFlags
[src]
impl Eq for SemaphoreWaitFlags
[src]
impl Hash for SemaphoreWaitFlags
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl Not for SemaphoreWaitFlags
[src]
type Output = SemaphoreWaitFlags
The resulting type after applying the !
operator.
fn not(self) -> SemaphoreWaitFlags
[src]
impl Ord for SemaphoreWaitFlags
[src]
fn cmp(&self, other: &SemaphoreWaitFlags) -> Ordering
[src]
#[must_use]fn max(self, other: Self) -> Self
1.21.0[src]
#[must_use]fn min(self, other: Self) -> Self
1.21.0[src]
#[must_use]fn clamp(self, min: Self, max: Self) -> Self
[src]
impl PartialEq<SemaphoreWaitFlags> for SemaphoreWaitFlags
[src]
fn eq(&self, other: &SemaphoreWaitFlags) -> bool
[src]
fn ne(&self, other: &SemaphoreWaitFlags) -> bool
[src]
impl PartialOrd<SemaphoreWaitFlags> for SemaphoreWaitFlags
[src]
fn partial_cmp(&self, other: &SemaphoreWaitFlags) -> Option<Ordering>
[src]
fn lt(&self, other: &SemaphoreWaitFlags) -> bool
[src]
fn le(&self, other: &SemaphoreWaitFlags) -> bool
[src]
fn gt(&self, other: &SemaphoreWaitFlags) -> bool
[src]
fn ge(&self, other: &SemaphoreWaitFlags) -> bool
[src]
impl StructuralEq for SemaphoreWaitFlags
[src]
impl StructuralPartialEq for SemaphoreWaitFlags
[src]
impl Sub<SemaphoreWaitFlags> for SemaphoreWaitFlags
[src]
type Output = SemaphoreWaitFlags
The resulting type after applying the -
operator.
fn sub(self, rhs: SemaphoreWaitFlags) -> SemaphoreWaitFlags
[src]
impl SubAssign<SemaphoreWaitFlags> for SemaphoreWaitFlags
[src]
fn sub_assign(&mut self, rhs: SemaphoreWaitFlags)
[src]
Auto Trait Implementations
impl RefUnwindSafe for SemaphoreWaitFlags
impl Send for SemaphoreWaitFlags
impl Sync for SemaphoreWaitFlags
impl Unpin for SemaphoreWaitFlags
impl UnwindSafe for SemaphoreWaitFlags
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,