Struct ash::vk::DependencyFlags
source · pub struct DependencyFlags(/* private fields */);
Expand description
Implementations§
source§impl DependencyFlags
impl DependencyFlags
source§impl DependencyFlags
impl DependencyFlags
Generated from ‘VK_KHR_multiview’
pub const VIEW_LOCAL_KHR: Self = Self::VIEW_LOCAL
source§impl DependencyFlags
impl DependencyFlags
Generated from ‘VK_KHR_device_group’
pub const DEVICE_GROUP_KHR: Self = Self::DEVICE_GROUP
source§impl DependencyFlags
impl DependencyFlags
Generated from ‘VK_EXT_attachment_feedback_loop_layout’
sourcepub const FEEDBACK_LOOP_EXT: Self = _
pub const FEEDBACK_LOOP_EXT: Self = _
Dependency may be a feedback loop
source§impl DependencyFlags
impl DependencyFlags
Generated from ‘VK_VERSION_1_1’
sourcepub const DEVICE_GROUP: Self = _
pub const DEVICE_GROUP: Self = _
Dependency is across devices
pub const VIEW_LOCAL: Self = _
Trait Implementations§
source§impl BitAnd for DependencyFlags
impl BitAnd for DependencyFlags
source§impl BitAndAssign for DependencyFlags
impl BitAndAssign for DependencyFlags
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOr for DependencyFlags
impl BitOr for DependencyFlags
source§impl BitOrAssign for DependencyFlags
impl BitOrAssign for DependencyFlags
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXor for DependencyFlags
impl BitXor for DependencyFlags
source§impl BitXorAssign for DependencyFlags
impl BitXorAssign for DependencyFlags
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for DependencyFlags
impl Clone for DependencyFlags
source§fn clone(&self) -> DependencyFlags
fn clone(&self) -> DependencyFlags
Returns a copy 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 Debug for DependencyFlags
impl Debug for DependencyFlags
source§impl Default for DependencyFlags
impl Default for DependencyFlags
source§impl Hash for DependencyFlags
impl Hash for DependencyFlags
source§impl Not for DependencyFlags
impl Not for DependencyFlags
source§impl Ord for DependencyFlags
impl Ord for DependencyFlags
source§fn cmp(&self, other: &DependencyFlags) -> Ordering
fn cmp(&self, other: &DependencyFlags) -> 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 DependencyFlags
impl PartialEq for DependencyFlags
source§fn eq(&self, other: &DependencyFlags) -> bool
fn eq(&self, other: &DependencyFlags) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for DependencyFlags
impl PartialOrd for DependencyFlags
source§fn partial_cmp(&self, other: &DependencyFlags) -> Option<Ordering>
fn partial_cmp(&self, other: &DependencyFlags) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl 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§
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