#[repr(transparent)]pub struct DescriptorPoolResetFlags(_);Expand description
Implementations
sourceimpl DescriptorPoolResetFlags
impl DescriptorPoolResetFlags
pub const fn empty() -> DescriptorPoolResetFlags
pub const fn from_raw(x: u32) -> DescriptorPoolResetFlags
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: DescriptorPoolResetFlags) -> bool
sourcepub const fn contains(self, other: DescriptorPoolResetFlags) -> bool
pub const fn contains(self, other: DescriptorPoolResetFlags) -> bool
Returns whether other is a subset of self
Trait Implementations
sourceimpl BitAnd<DescriptorPoolResetFlags> for DescriptorPoolResetFlags
impl BitAnd<DescriptorPoolResetFlags> for DescriptorPoolResetFlags
type Output = DescriptorPoolResetFlags
type Output = DescriptorPoolResetFlags
The resulting type after applying the & operator.
sourcefn bitand(self, rhs: DescriptorPoolResetFlags) -> DescriptorPoolResetFlags
fn bitand(self, rhs: DescriptorPoolResetFlags) -> DescriptorPoolResetFlags
Performs the & operation. Read more
sourceimpl BitAndAssign<DescriptorPoolResetFlags> for DescriptorPoolResetFlags
impl BitAndAssign<DescriptorPoolResetFlags> for DescriptorPoolResetFlags
sourcefn bitand_assign(&mut self, rhs: DescriptorPoolResetFlags)
fn bitand_assign(&mut self, rhs: DescriptorPoolResetFlags)
Performs the &= operation. Read more
sourceimpl BitOr<DescriptorPoolResetFlags> for DescriptorPoolResetFlags
impl BitOr<DescriptorPoolResetFlags> for DescriptorPoolResetFlags
type Output = DescriptorPoolResetFlags
type Output = DescriptorPoolResetFlags
The resulting type after applying the | operator.
sourcefn bitor(self, rhs: DescriptorPoolResetFlags) -> DescriptorPoolResetFlags
fn bitor(self, rhs: DescriptorPoolResetFlags) -> DescriptorPoolResetFlags
Performs the | operation. Read more
sourceimpl BitOrAssign<DescriptorPoolResetFlags> for DescriptorPoolResetFlags
impl BitOrAssign<DescriptorPoolResetFlags> for DescriptorPoolResetFlags
sourcefn bitor_assign(&mut self, rhs: DescriptorPoolResetFlags)
fn bitor_assign(&mut self, rhs: DescriptorPoolResetFlags)
Performs the |= operation. Read more
sourceimpl BitXor<DescriptorPoolResetFlags> for DescriptorPoolResetFlags
impl BitXor<DescriptorPoolResetFlags> for DescriptorPoolResetFlags
type Output = DescriptorPoolResetFlags
type Output = DescriptorPoolResetFlags
The resulting type after applying the ^ operator.
sourcefn bitxor(self, rhs: DescriptorPoolResetFlags) -> DescriptorPoolResetFlags
fn bitxor(self, rhs: DescriptorPoolResetFlags) -> DescriptorPoolResetFlags
Performs the ^ operation. Read more
sourceimpl BitXorAssign<DescriptorPoolResetFlags> for DescriptorPoolResetFlags
impl BitXorAssign<DescriptorPoolResetFlags> for DescriptorPoolResetFlags
sourcefn bitxor_assign(&mut self, rhs: DescriptorPoolResetFlags)
fn bitxor_assign(&mut self, rhs: DescriptorPoolResetFlags)
Performs the ^= operation. Read more
sourceimpl Clone for DescriptorPoolResetFlags
impl Clone for DescriptorPoolResetFlags
sourcefn clone(&self) -> DescriptorPoolResetFlags
fn clone(&self) -> DescriptorPoolResetFlags
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 DescriptorPoolResetFlags
impl Debug for DescriptorPoolResetFlags
sourceimpl Default for DescriptorPoolResetFlags
impl Default for DescriptorPoolResetFlags
sourcefn default() -> DescriptorPoolResetFlags
fn default() -> DescriptorPoolResetFlags
Returns the “default value” for a type. Read more
sourceimpl Hash for DescriptorPoolResetFlags
impl Hash for DescriptorPoolResetFlags
sourceimpl Not for DescriptorPoolResetFlags
impl Not for DescriptorPoolResetFlags
type Output = DescriptorPoolResetFlags
type Output = DescriptorPoolResetFlags
The resulting type after applying the ! operator.
sourcefn not(self) -> DescriptorPoolResetFlags
fn not(self) -> DescriptorPoolResetFlags
Performs the unary ! operation. Read more
sourceimpl Ord for DescriptorPoolResetFlags
impl Ord for DescriptorPoolResetFlags
sourceimpl PartialEq<DescriptorPoolResetFlags> for DescriptorPoolResetFlags
impl PartialEq<DescriptorPoolResetFlags> for DescriptorPoolResetFlags
sourcefn eq(&self, other: &DescriptorPoolResetFlags) -> bool
fn eq(&self, other: &DescriptorPoolResetFlags) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &DescriptorPoolResetFlags) -> bool
fn ne(&self, other: &DescriptorPoolResetFlags) -> bool
This method tests for !=.
sourceimpl PartialOrd<DescriptorPoolResetFlags> for DescriptorPoolResetFlags
impl PartialOrd<DescriptorPoolResetFlags> for DescriptorPoolResetFlags
sourcefn partial_cmp(&self, other: &DescriptorPoolResetFlags) -> Option<Ordering>
fn partial_cmp(&self, other: &DescriptorPoolResetFlags) -> 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 DescriptorPoolResetFlags
impl Eq for DescriptorPoolResetFlags
impl StructuralEq for DescriptorPoolResetFlags
impl StructuralPartialEq for DescriptorPoolResetFlags
Auto Trait Implementations
impl RefUnwindSafe for DescriptorPoolResetFlags
impl Send for DescriptorPoolResetFlags
impl Sync for DescriptorPoolResetFlags
impl Unpin for DescriptorPoolResetFlags
impl UnwindSafe for DescriptorPoolResetFlags
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more