pub type SubmitFlagsKHR = SubmitFlags;
Aliased Type§
struct SubmitFlagsKHR(pub(crate) u32);
Fields§
§0: u32
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