pub struct QueryPoolCreateFlagBits(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl BitAnd for QueryPoolCreateFlagBits
impl BitAnd for QueryPoolCreateFlagBits
Source§impl BitAndAssign for QueryPoolCreateFlagBits
impl BitAndAssign for QueryPoolCreateFlagBits
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for QueryPoolCreateFlagBits
impl BitOr for QueryPoolCreateFlagBits
Source§impl BitOrAssign for QueryPoolCreateFlagBits
impl BitOrAssign for QueryPoolCreateFlagBits
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXor for QueryPoolCreateFlagBits
impl BitXor for QueryPoolCreateFlagBits
Source§impl BitXorAssign for QueryPoolCreateFlagBits
impl BitXorAssign for QueryPoolCreateFlagBits
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for QueryPoolCreateFlagBits
impl Clone for QueryPoolCreateFlagBits
Source§fn clone(&self) -> QueryPoolCreateFlagBits
fn clone(&self) -> QueryPoolCreateFlagBits
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 Debug for QueryPoolCreateFlagBits
impl Debug for QueryPoolCreateFlagBits
Source§impl Default for QueryPoolCreateFlagBits
impl Default for QueryPoolCreateFlagBits
Source§fn default() -> QueryPoolCreateFlagBits
fn default() -> QueryPoolCreateFlagBits
Returns the “default value” for a type. Read more
Source§impl Hash for QueryPoolCreateFlagBits
impl Hash for QueryPoolCreateFlagBits
Source§impl Not for QueryPoolCreateFlagBits
impl Not for QueryPoolCreateFlagBits
Source§impl Ord for QueryPoolCreateFlagBits
impl Ord for QueryPoolCreateFlagBits
Source§fn cmp(&self, other: &QueryPoolCreateFlagBits) -> Ordering
fn cmp(&self, other: &QueryPoolCreateFlagBits) -> 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 QueryPoolCreateFlagBits
impl PartialEq for QueryPoolCreateFlagBits
Source§impl PartialOrd for QueryPoolCreateFlagBits
impl PartialOrd for QueryPoolCreateFlagBits
impl Copy for QueryPoolCreateFlagBits
impl Eq for QueryPoolCreateFlagBits
impl StructuralPartialEq for QueryPoolCreateFlagBits
Auto Trait Implementations§
impl Freeze for QueryPoolCreateFlagBits
impl RefUnwindSafe for QueryPoolCreateFlagBits
impl Send for QueryPoolCreateFlagBits
impl Sync for QueryPoolCreateFlagBits
impl Unpin for QueryPoolCreateFlagBits
impl UnsafeUnpin for QueryPoolCreateFlagBits
impl UnwindSafe for QueryPoolCreateFlagBits
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