[−][src]Struct ash::vk::ExternalSemaphoreHandleTypeFlags  
Methods
impl ExternalSemaphoreHandleTypeFlags[src]
pub fn empty() -> ExternalSemaphoreHandleTypeFlags[src]
pub fn all() -> ExternalSemaphoreHandleTypeFlags[src]
pub fn from_raw(x: Flags) -> Self[src]
pub 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: ExternalSemaphoreHandleTypeFlags) -> bool[src]
pub fn contains(self, other: ExternalSemaphoreHandleTypeFlags) -> bool[src]
Returns whether other is a subset of self
impl ExternalSemaphoreHandleTypeFlags[src]
pub const EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_FD: Self[src]
pub const EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_WIN32: Self[src]
pub const EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_WIN32_KMT: Self[src]
pub const EXTERNAL_SEMAPHORE_HANDLE_TYPE_D3D12_FENCE: Self[src]
pub const EXTERNAL_SEMAPHORE_HANDLE_TYPE_SYNC_FD: Self[src]
Trait Implementations
impl Copy for ExternalSemaphoreHandleTypeFlags[src]
impl Default for ExternalSemaphoreHandleTypeFlags[src]
impl Eq for ExternalSemaphoreHandleTypeFlags[src]
impl Clone for ExternalSemaphoreHandleTypeFlags[src]
fn clone(&self) -> ExternalSemaphoreHandleTypeFlags[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl PartialOrd<ExternalSemaphoreHandleTypeFlags> for ExternalSemaphoreHandleTypeFlags[src]
fn partial_cmp(
    &self, 
    other: &ExternalSemaphoreHandleTypeFlags
) -> Option<Ordering>[src]
&self,
other: &ExternalSemaphoreHandleTypeFlags
) -> Option<Ordering>
fn lt(&self, other: &ExternalSemaphoreHandleTypeFlags) -> bool[src]
fn le(&self, other: &ExternalSemaphoreHandleTypeFlags) -> bool[src]
fn gt(&self, other: &ExternalSemaphoreHandleTypeFlags) -> bool[src]
fn ge(&self, other: &ExternalSemaphoreHandleTypeFlags) -> bool[src]
impl PartialEq<ExternalSemaphoreHandleTypeFlags> for ExternalSemaphoreHandleTypeFlags[src]
fn eq(&self, other: &ExternalSemaphoreHandleTypeFlags) -> bool[src]
fn ne(&self, other: &ExternalSemaphoreHandleTypeFlags) -> bool[src]
impl Ord for ExternalSemaphoreHandleTypeFlags[src]
fn cmp(&self, other: &ExternalSemaphoreHandleTypeFlags) -> Ordering[src]
fn max(self, other: Self) -> Self1.21.0[src]
Compares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
Compares and returns the minimum of two values. Read more
fn clamp(self, min: Self, max: Self) -> Self[src]
🔬 This is a nightly-only experimental API. (
clamp)Restrict a value to a certain interval. Read more
impl Hash for ExternalSemaphoreHandleTypeFlags[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,
Feeds a slice of this type into the given [Hasher]. Read more
impl Debug for ExternalSemaphoreHandleTypeFlags[src]
impl Sub<ExternalSemaphoreHandleTypeFlags> for ExternalSemaphoreHandleTypeFlags[src]
type Output = ExternalSemaphoreHandleTypeFlags
The resulting type after applying the - operator.
fn sub(
    self, 
    rhs: ExternalSemaphoreHandleTypeFlags
) -> ExternalSemaphoreHandleTypeFlags[src]
self,
rhs: ExternalSemaphoreHandleTypeFlags
) -> ExternalSemaphoreHandleTypeFlags
impl SubAssign<ExternalSemaphoreHandleTypeFlags> for ExternalSemaphoreHandleTypeFlags[src]
fn sub_assign(&mut self, rhs: ExternalSemaphoreHandleTypeFlags)[src]
impl Not for ExternalSemaphoreHandleTypeFlags[src]
type Output = ExternalSemaphoreHandleTypeFlags
The resulting type after applying the ! operator.
fn not(self) -> ExternalSemaphoreHandleTypeFlags[src]
impl BitAnd<ExternalSemaphoreHandleTypeFlags> for ExternalSemaphoreHandleTypeFlags[src]
type Output = ExternalSemaphoreHandleTypeFlags
The resulting type after applying the & operator.
fn bitand(
    self, 
    rhs: ExternalSemaphoreHandleTypeFlags
) -> ExternalSemaphoreHandleTypeFlags[src]
self,
rhs: ExternalSemaphoreHandleTypeFlags
) -> ExternalSemaphoreHandleTypeFlags
impl BitOr<ExternalSemaphoreHandleTypeFlags> for ExternalSemaphoreHandleTypeFlags[src]
type Output = ExternalSemaphoreHandleTypeFlags
The resulting type after applying the | operator.
fn bitor(
    self, 
    rhs: ExternalSemaphoreHandleTypeFlags
) -> ExternalSemaphoreHandleTypeFlags[src]
self,
rhs: ExternalSemaphoreHandleTypeFlags
) -> ExternalSemaphoreHandleTypeFlags
impl BitXor<ExternalSemaphoreHandleTypeFlags> for ExternalSemaphoreHandleTypeFlags[src]
type Output = ExternalSemaphoreHandleTypeFlags
The resulting type after applying the ^ operator.
fn bitxor(
    self, 
    rhs: ExternalSemaphoreHandleTypeFlags
) -> ExternalSemaphoreHandleTypeFlags[src]
self,
rhs: ExternalSemaphoreHandleTypeFlags
) -> ExternalSemaphoreHandleTypeFlags
impl BitAndAssign<ExternalSemaphoreHandleTypeFlags> for ExternalSemaphoreHandleTypeFlags[src]
fn bitand_assign(&mut self, rhs: ExternalSemaphoreHandleTypeFlags)[src]
impl BitOrAssign<ExternalSemaphoreHandleTypeFlags> for ExternalSemaphoreHandleTypeFlags[src]
fn bitor_assign(&mut self, rhs: ExternalSemaphoreHandleTypeFlags)[src]
impl BitXorAssign<ExternalSemaphoreHandleTypeFlags> for ExternalSemaphoreHandleTypeFlags[src]
fn bitxor_assign(&mut self, rhs: ExternalSemaphoreHandleTypeFlags)[src]
Auto Trait Implementations
impl Unpin for ExternalSemaphoreHandleTypeFlags
impl Sync for ExternalSemaphoreHandleTypeFlags
impl Send for ExternalSemaphoreHandleTypeFlags
impl UnwindSafe for ExternalSemaphoreHandleTypeFlags
impl RefUnwindSafe for ExternalSemaphoreHandleTypeFlags
Blanket Implementations
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> From<T> for T[src]
impl<T, U> Into<U> for T where
    U: From<T>, [src]
U: From<T>,
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>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
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> Any for T where
    T: 'static + ?Sized, [src]
T: 'static + ?Sized,