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 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 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§impl PartialOrd for SubmitFlags
 
impl PartialOrd for SubmitFlags
impl 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