pub struct QueryPoolCreateFlagBits(/* private fields */);Expand description
Implementations§
Source§impl QueryPoolCreateFlagBits
impl QueryPoolCreateFlagBits
Sourcepub const RESET: QueryPoolCreateFlagBits
pub const RESET: QueryPoolCreateFlagBits
Bit 0.
pub const fn empty() -> QueryPoolCreateFlagBits
pub const fn from_raw(value: u32) -> QueryPoolCreateFlagBits
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn contains(self, other: QueryPoolCreateFlagBits) -> bool
pub const fn all() -> QueryPoolCreateFlagBits
Trait Implementations§
Source§impl BitAnd for QueryPoolCreateFlagBits
impl BitAnd for QueryPoolCreateFlagBits
Source§type Output = QueryPoolCreateFlagBits
type Output = QueryPoolCreateFlagBits
The resulting type after applying the
& operator.Source§fn bitand(self, rhs: QueryPoolCreateFlagBits) -> QueryPoolCreateFlagBits
fn bitand(self, rhs: QueryPoolCreateFlagBits) -> QueryPoolCreateFlagBits
Performs the
& operation. Read moreSource§impl BitAndAssign for QueryPoolCreateFlagBits
impl BitAndAssign for QueryPoolCreateFlagBits
Source§fn bitand_assign(&mut self, rhs: QueryPoolCreateFlagBits)
fn bitand_assign(&mut self, rhs: QueryPoolCreateFlagBits)
Performs the
&= operation. Read moreSource§impl BitOr for QueryPoolCreateFlagBits
impl BitOr for QueryPoolCreateFlagBits
Source§type Output = QueryPoolCreateFlagBits
type Output = QueryPoolCreateFlagBits
The resulting type after applying the
| operator.Source§fn bitor(self, rhs: QueryPoolCreateFlagBits) -> QueryPoolCreateFlagBits
fn bitor(self, rhs: QueryPoolCreateFlagBits) -> QueryPoolCreateFlagBits
Performs the
| operation. Read moreSource§impl BitOrAssign for QueryPoolCreateFlagBits
impl BitOrAssign for QueryPoolCreateFlagBits
Source§fn bitor_assign(&mut self, rhs: QueryPoolCreateFlagBits)
fn bitor_assign(&mut self, rhs: QueryPoolCreateFlagBits)
Performs the
|= operation. Read moreSource§impl BitXor for QueryPoolCreateFlagBits
impl BitXor for QueryPoolCreateFlagBits
Source§type Output = QueryPoolCreateFlagBits
type Output = QueryPoolCreateFlagBits
The resulting type after applying the
^ operator.Source§fn bitxor(self, rhs: QueryPoolCreateFlagBits) -> QueryPoolCreateFlagBits
fn bitxor(self, rhs: QueryPoolCreateFlagBits) -> QueryPoolCreateFlagBits
Performs the
^ operation. Read moreSource§impl BitXorAssign for QueryPoolCreateFlagBits
impl BitXorAssign for QueryPoolCreateFlagBits
Source§fn bitxor_assign(&mut self, rhs: QueryPoolCreateFlagBits)
fn bitxor_assign(&mut self, rhs: QueryPoolCreateFlagBits)
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§type Output = QueryPoolCreateFlagBits
type Output = QueryPoolCreateFlagBits
The resulting type after applying the
! operator.Source§fn not(self) -> QueryPoolCreateFlagBits
fn not(self) -> QueryPoolCreateFlagBits
Performs the unary
! operation. Read moreSource§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