Struct ash::vk::SubmitFlags
source · pub struct SubmitFlags(/* private fields */);
Expand description
Implementations§
source§impl SubmitFlags
impl SubmitFlags
source§impl SubmitFlags
impl SubmitFlags
pub const PROTECTED: Self = _
pub const PROTECTED_KHR: Self = Self::PROTECTED
Trait Implementations§
source§impl BitAnd for SubmitFlags
impl BitAnd for SubmitFlags
source§impl BitAndAssign for SubmitFlags
impl BitAndAssign for SubmitFlags
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOr for SubmitFlags
impl BitOr for SubmitFlags
source§impl BitOrAssign for SubmitFlags
impl BitOrAssign for SubmitFlags
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXor for SubmitFlags
impl BitXor for SubmitFlags
source§impl BitXorAssign for SubmitFlags
impl BitXorAssign for SubmitFlags
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for SubmitFlags
impl Clone for SubmitFlags
source§fn clone(&self) -> SubmitFlags
fn clone(&self) -> SubmitFlags
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 SubmitFlags
impl Debug for SubmitFlags
source§impl Default for SubmitFlags
impl Default for SubmitFlags
source§impl Hash for SubmitFlags
impl Hash for SubmitFlags
source§impl Not for SubmitFlags
impl Not for SubmitFlags
source§impl Ord for SubmitFlags
impl Ord for SubmitFlags
source§fn cmp(&self, other: &SubmitFlags) -> Ordering
fn cmp(&self, other: &SubmitFlags) -> 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 SubmitFlags
impl PartialEq for SubmitFlags
source§fn eq(&self, other: &SubmitFlags) -> bool
fn eq(&self, other: &SubmitFlags) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for SubmitFlags
impl PartialOrd for SubmitFlags
source§fn partial_cmp(&self, other: &SubmitFlags) -> Option<Ordering>
fn partial_cmp(&self, other: &SubmitFlags) -> 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 SubmitFlags
impl Eq for SubmitFlags
impl StructuralPartialEq for SubmitFlags
Auto Trait Implementations§
impl Freeze for SubmitFlags
impl RefUnwindSafe for SubmitFlags
impl Send for SubmitFlags
impl Sync for SubmitFlags
impl Unpin for SubmitFlags
impl UnwindSafe for SubmitFlags
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