Struct ash::vk::SubmitFlags
source · [−]#[repr(transparent)]pub struct SubmitFlags(_);Expand description
Implementations
sourceimpl SubmitFlags
impl SubmitFlags
sourceimpl SubmitFlags
impl SubmitFlags
pub const PROTECTED: Self
pub const PROTECTED_KHR: Self
Trait Implementations
sourceimpl BitAnd<SubmitFlags> for SubmitFlags
impl BitAnd<SubmitFlags> for SubmitFlags
sourceimpl BitAndAssign<SubmitFlags> for SubmitFlags
impl BitAndAssign<SubmitFlags> for SubmitFlags
sourcefn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the &= operation. Read more
sourceimpl BitOr<SubmitFlags> for SubmitFlags
impl BitOr<SubmitFlags> for SubmitFlags
sourceimpl BitOrAssign<SubmitFlags> for SubmitFlags
impl BitOrAssign<SubmitFlags> for SubmitFlags
sourcefn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the |= operation. Read more
sourceimpl BitXor<SubmitFlags> for SubmitFlags
impl BitXor<SubmitFlags> for SubmitFlags
sourceimpl BitXorAssign<SubmitFlags> for SubmitFlags
impl BitXorAssign<SubmitFlags> for SubmitFlags
sourcefn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the ^= operation. Read more
sourceimpl Clone for SubmitFlags
impl Clone for SubmitFlags
sourcefn clone(&self) -> SubmitFlags
fn clone(&self) -> SubmitFlags
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for SubmitFlags
impl Debug for SubmitFlags
sourceimpl Default for SubmitFlags
impl Default for SubmitFlags
sourceimpl Hash for SubmitFlags
impl Hash for SubmitFlags
sourceimpl Not for SubmitFlags
impl Not for SubmitFlags
sourceimpl Ord for SubmitFlags
impl Ord for SubmitFlags
sourceimpl PartialEq<SubmitFlags> for SubmitFlags
impl PartialEq<SubmitFlags> for SubmitFlags
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &SubmitFlags) -> bool
fn ne(&self, other: &SubmitFlags) -> bool
This method tests for !=.
sourceimpl PartialOrd<SubmitFlags> for SubmitFlags
impl PartialOrd<SubmitFlags> for SubmitFlags
sourcefn partial_cmp(&self, other: &SubmitFlags) -> Option<Ordering>
fn partial_cmp(&self, other: &SubmitFlags) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn 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 more
impl Copy for SubmitFlags
impl Eq for SubmitFlags
impl StructuralEq for SubmitFlags
impl StructuralPartialEq for SubmitFlags
Auto Trait Implementations
impl RefUnwindSafe for SubmitFlags
impl Send for SubmitFlags
impl Sync for SubmitFlags
impl Unpin for SubmitFlags
impl UnwindSafe for SubmitFlags
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more