pub struct ExternalFenceFeatureFlags(/* private fields */);Expand description
Implementations§
Source§impl ExternalFenceFeatureFlags
 
impl ExternalFenceFeatureFlags
Source§impl ExternalFenceFeatureFlags
 
impl ExternalFenceFeatureFlags
pub const EXPORTABLE: Self
pub const IMPORTABLE: Self
Source§impl ExternalFenceFeatureFlags
Generated from ‘VK_KHR_external_fence_capabilities’
 
impl ExternalFenceFeatureFlags
Generated from ‘VK_KHR_external_fence_capabilities’
pub const EXPORTABLE_KHR: Self = Self::EXPORTABLE
pub const IMPORTABLE_KHR: Self = Self::IMPORTABLE
Trait Implementations§
Source§impl BitAnd for ExternalFenceFeatureFlags
 
impl BitAnd for ExternalFenceFeatureFlags
Source§impl BitAndAssign for ExternalFenceFeatureFlags
 
impl BitAndAssign for ExternalFenceFeatureFlags
Source§fn bitand_assign(&mut self, rhs: Self)
 
fn bitand_assign(&mut self, rhs: Self)
Performs the 
&= operation. Read moreSource§impl BitOr for ExternalFenceFeatureFlags
 
impl BitOr for ExternalFenceFeatureFlags
Source§impl BitOrAssign for ExternalFenceFeatureFlags
 
impl BitOrAssign for ExternalFenceFeatureFlags
Source§fn bitor_assign(&mut self, rhs: Self)
 
fn bitor_assign(&mut self, rhs: Self)
Performs the 
|= operation. Read moreSource§impl BitXor for ExternalFenceFeatureFlags
 
impl BitXor for ExternalFenceFeatureFlags
Source§impl BitXorAssign for ExternalFenceFeatureFlags
 
impl BitXorAssign for ExternalFenceFeatureFlags
Source§fn bitxor_assign(&mut self, rhs: Self)
 
fn bitxor_assign(&mut self, rhs: Self)
Performs the 
^= operation. Read moreSource§impl Clone for ExternalFenceFeatureFlags
 
impl Clone for ExternalFenceFeatureFlags
Source§fn clone(&self) -> ExternalFenceFeatureFlags
 
fn clone(&self) -> ExternalFenceFeatureFlags
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 Default for ExternalFenceFeatureFlags
 
impl Default for ExternalFenceFeatureFlags
Source§impl Hash for ExternalFenceFeatureFlags
 
impl Hash for ExternalFenceFeatureFlags
Source§impl Not for ExternalFenceFeatureFlags
 
impl Not for ExternalFenceFeatureFlags
Source§impl Ord for ExternalFenceFeatureFlags
 
impl Ord for ExternalFenceFeatureFlags
Source§fn cmp(&self, other: &ExternalFenceFeatureFlags) -> Ordering
 
fn cmp(&self, other: &ExternalFenceFeatureFlags) -> 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 PartialOrd for ExternalFenceFeatureFlags
 
impl PartialOrd for ExternalFenceFeatureFlags
impl Copy for ExternalFenceFeatureFlags
impl Eq for ExternalFenceFeatureFlags
impl StructuralPartialEq for ExternalFenceFeatureFlags
Auto Trait Implementations§
impl Freeze for ExternalFenceFeatureFlags
impl RefUnwindSafe for ExternalFenceFeatureFlags
impl Send for ExternalFenceFeatureFlags
impl Sync for ExternalFenceFeatureFlags
impl Unpin for ExternalFenceFeatureFlags
impl UnwindSafe for ExternalFenceFeatureFlags
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