pub struct DependencyFlags(/* private fields */);Expand description
Implementations§
Source§impl DependencyFlags
impl DependencyFlags
pub const fn empty() -> DependencyFlags
pub const fn from_raw(x: u32) -> DependencyFlags
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: DependencyFlags) -> bool
Sourcepub const fn contains(self, other: DependencyFlags) -> bool
pub const fn contains(self, other: DependencyFlags) -> bool
Returns whether other is a subset of self
Source§impl DependencyFlags
impl DependencyFlags
Sourcepub const BY_REGION: DependencyFlags
pub const BY_REGION: DependencyFlags
Dependency is per pixel region
Source§impl DependencyFlags
Generated from ‘VK_KHR_multiview’
impl DependencyFlags
Generated from ‘VK_KHR_multiview’
pub const VIEW_LOCAL_KHR: DependencyFlags = Self::VIEW_LOCAL
Source§impl DependencyFlags
Generated from ‘VK_KHR_device_group’
impl DependencyFlags
Generated from ‘VK_KHR_device_group’
pub const DEVICE_GROUP_KHR: DependencyFlags = Self::DEVICE_GROUP
Source§impl DependencyFlags
Generated from ‘VK_EXT_attachment_feedback_loop_layout’
impl DependencyFlags
Generated from ‘VK_EXT_attachment_feedback_loop_layout’
Sourcepub const FEEDBACK_LOOP_EXT: DependencyFlags
pub const FEEDBACK_LOOP_EXT: DependencyFlags
Dependency may be a feedback loop
Source§impl DependencyFlags
Generated from ‘VK_VERSION_1_1’
impl DependencyFlags
Generated from ‘VK_VERSION_1_1’
Sourcepub const DEVICE_GROUP: DependencyFlags
pub const DEVICE_GROUP: DependencyFlags
Dependency is across devices
pub const VIEW_LOCAL: DependencyFlags
Trait Implementations§
Source§impl BitAnd for DependencyFlags
impl BitAnd for DependencyFlags
Source§type Output = DependencyFlags
type Output = DependencyFlags
The resulting type after applying the
& operator.Source§fn bitand(self, rhs: DependencyFlags) -> DependencyFlags
fn bitand(self, rhs: DependencyFlags) -> DependencyFlags
Performs the
& operation. Read moreSource§impl BitAndAssign for DependencyFlags
impl BitAndAssign for DependencyFlags
Source§fn bitand_assign(&mut self, rhs: DependencyFlags)
fn bitand_assign(&mut self, rhs: DependencyFlags)
Performs the
&= operation. Read moreSource§impl BitOr for DependencyFlags
impl BitOr for DependencyFlags
Source§type Output = DependencyFlags
type Output = DependencyFlags
The resulting type after applying the
| operator.Source§fn bitor(self, rhs: DependencyFlags) -> DependencyFlags
fn bitor(self, rhs: DependencyFlags) -> DependencyFlags
Performs the
| operation. Read moreSource§impl BitOrAssign for DependencyFlags
impl BitOrAssign for DependencyFlags
Source§fn bitor_assign(&mut self, rhs: DependencyFlags)
fn bitor_assign(&mut self, rhs: DependencyFlags)
Performs the
|= operation. Read moreSource§impl BitXor for DependencyFlags
impl BitXor for DependencyFlags
Source§type Output = DependencyFlags
type Output = DependencyFlags
The resulting type after applying the
^ operator.Source§fn bitxor(self, rhs: DependencyFlags) -> DependencyFlags
fn bitxor(self, rhs: DependencyFlags) -> DependencyFlags
Performs the
^ operation. Read moreSource§impl BitXorAssign for DependencyFlags
impl BitXorAssign for DependencyFlags
Source§fn bitxor_assign(&mut self, rhs: DependencyFlags)
fn bitxor_assign(&mut self, rhs: DependencyFlags)
Performs the
^= operation. Read moreSource§impl Clone for DependencyFlags
impl Clone for DependencyFlags
Source§fn clone(&self) -> DependencyFlags
fn clone(&self) -> DependencyFlags
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DependencyFlags
impl Debug for DependencyFlags
Source§impl Default for DependencyFlags
impl Default for DependencyFlags
Source§fn default() -> DependencyFlags
fn default() -> DependencyFlags
Returns the “default value” for a type. Read more
Source§impl Hash for DependencyFlags
impl Hash for DependencyFlags
Source§impl Not for DependencyFlags
impl Not for DependencyFlags
Source§type Output = DependencyFlags
type Output = DependencyFlags
The resulting type after applying the
! operator.Source§fn not(self) -> DependencyFlags
fn not(self) -> DependencyFlags
Performs the unary
! operation. Read moreSource§impl Ord for DependencyFlags
impl Ord for DependencyFlags
Source§impl PartialEq for DependencyFlags
impl PartialEq for DependencyFlags
Source§impl PartialOrd for DependencyFlags
impl PartialOrd for DependencyFlags
impl Copy for DependencyFlags
impl Eq for DependencyFlags
impl StructuralPartialEq for DependencyFlags
Auto Trait Implementations§
impl Freeze for DependencyFlags
impl RefUnwindSafe for DependencyFlags
impl Send for DependencyFlags
impl Sync for DependencyFlags
impl Unpin for DependencyFlags
impl UnwindSafe for DependencyFlags
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)