pub struct ExternalSemaphoreFeatureFlags(/* private fields */);Expand description
Implementations§
Source§impl ExternalSemaphoreFeatureFlags
 
impl ExternalSemaphoreFeatureFlags
Source§impl ExternalSemaphoreFeatureFlags
 
impl ExternalSemaphoreFeatureFlags
pub const EXPORTABLE: Self
pub const IMPORTABLE: Self
Source§impl ExternalSemaphoreFeatureFlags
Generated from ‘VK_KHR_external_semaphore_capabilities’
 
impl ExternalSemaphoreFeatureFlags
Generated from ‘VK_KHR_external_semaphore_capabilities’
pub const EXPORTABLE_KHR: Self = Self::EXPORTABLE
pub const IMPORTABLE_KHR: Self = Self::IMPORTABLE
Trait Implementations§
Source§impl BitAndAssign for ExternalSemaphoreFeatureFlags
 
impl BitAndAssign for ExternalSemaphoreFeatureFlags
Source§fn bitand_assign(&mut self, rhs: Self)
 
fn bitand_assign(&mut self, rhs: Self)
Performs the 
&= operation. Read moreSource§impl BitOrAssign for ExternalSemaphoreFeatureFlags
 
impl BitOrAssign for ExternalSemaphoreFeatureFlags
Source§fn bitor_assign(&mut self, rhs: Self)
 
fn bitor_assign(&mut self, rhs: Self)
Performs the 
|= operation. Read moreSource§impl BitXorAssign for ExternalSemaphoreFeatureFlags
 
impl BitXorAssign for ExternalSemaphoreFeatureFlags
Source§fn bitxor_assign(&mut self, rhs: Self)
 
fn bitxor_assign(&mut self, rhs: Self)
Performs the 
^= operation. Read moreSource§impl Clone for ExternalSemaphoreFeatureFlags
 
impl Clone for ExternalSemaphoreFeatureFlags
Source§fn clone(&self) -> ExternalSemaphoreFeatureFlags
 
fn clone(&self) -> ExternalSemaphoreFeatureFlags
Returns a duplicate 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 Hash for ExternalSemaphoreFeatureFlags
 
impl Hash for ExternalSemaphoreFeatureFlags
Source§impl Not for ExternalSemaphoreFeatureFlags
 
impl Not for ExternalSemaphoreFeatureFlags
Source§impl Ord for ExternalSemaphoreFeatureFlags
 
impl Ord for ExternalSemaphoreFeatureFlags
Source§fn cmp(&self, other: &ExternalSemaphoreFeatureFlags) -> Ordering
 
fn cmp(&self, other: &ExternalSemaphoreFeatureFlags) -> 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 ExternalSemaphoreFeatureFlags
 
impl PartialEq for ExternalSemaphoreFeatureFlags
Source§fn eq(&self, other: &ExternalSemaphoreFeatureFlags) -> bool
 
fn eq(&self, other: &ExternalSemaphoreFeatureFlags) -> bool
Tests for 
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ExternalSemaphoreFeatureFlags
 
impl PartialOrd for ExternalSemaphoreFeatureFlags
impl Copy for ExternalSemaphoreFeatureFlags
impl Eq for ExternalSemaphoreFeatureFlags
impl StructuralPartialEq for ExternalSemaphoreFeatureFlags
Auto Trait Implementations§
impl Freeze for ExternalSemaphoreFeatureFlags
impl RefUnwindSafe for ExternalSemaphoreFeatureFlags
impl Send for ExternalSemaphoreFeatureFlags
impl Sync for ExternalSemaphoreFeatureFlags
impl Unpin for ExternalSemaphoreFeatureFlags
impl UnwindSafe for ExternalSemaphoreFeatureFlags
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