pub struct ValidationCacheCreateFlagsEXT(/* private fields */);Expand description
Implementations§
Source§impl ValidationCacheCreateFlagsEXT
impl ValidationCacheCreateFlagsEXT
pub const fn empty() -> ValidationCacheCreateFlagsEXT
pub const fn from_raw(x: u32) -> ValidationCacheCreateFlagsEXT
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: ValidationCacheCreateFlagsEXT) -> bool
Sourcepub const fn contains(self, other: ValidationCacheCreateFlagsEXT) -> bool
pub const fn contains(self, other: ValidationCacheCreateFlagsEXT) -> bool
Returns whether other is a subset of self
Trait Implementations§
Source§impl BitAnd for ValidationCacheCreateFlagsEXT
impl BitAnd for ValidationCacheCreateFlagsEXT
Source§type Output = ValidationCacheCreateFlagsEXT
type Output = ValidationCacheCreateFlagsEXT
The resulting type after applying the
& operator.Source§fn bitand(
self,
rhs: ValidationCacheCreateFlagsEXT,
) -> ValidationCacheCreateFlagsEXT
fn bitand( self, rhs: ValidationCacheCreateFlagsEXT, ) -> ValidationCacheCreateFlagsEXT
Performs the
& operation. Read moreSource§impl BitAndAssign for ValidationCacheCreateFlagsEXT
impl BitAndAssign for ValidationCacheCreateFlagsEXT
Source§fn bitand_assign(&mut self, rhs: ValidationCacheCreateFlagsEXT)
fn bitand_assign(&mut self, rhs: ValidationCacheCreateFlagsEXT)
Performs the
&= operation. Read moreSource§impl BitOr for ValidationCacheCreateFlagsEXT
impl BitOr for ValidationCacheCreateFlagsEXT
Source§type Output = ValidationCacheCreateFlagsEXT
type Output = ValidationCacheCreateFlagsEXT
The resulting type after applying the
| operator.Source§fn bitor(
self,
rhs: ValidationCacheCreateFlagsEXT,
) -> ValidationCacheCreateFlagsEXT
fn bitor( self, rhs: ValidationCacheCreateFlagsEXT, ) -> ValidationCacheCreateFlagsEXT
Performs the
| operation. Read moreSource§impl BitOrAssign for ValidationCacheCreateFlagsEXT
impl BitOrAssign for ValidationCacheCreateFlagsEXT
Source§fn bitor_assign(&mut self, rhs: ValidationCacheCreateFlagsEXT)
fn bitor_assign(&mut self, rhs: ValidationCacheCreateFlagsEXT)
Performs the
|= operation. Read moreSource§impl BitXor for ValidationCacheCreateFlagsEXT
impl BitXor for ValidationCacheCreateFlagsEXT
Source§type Output = ValidationCacheCreateFlagsEXT
type Output = ValidationCacheCreateFlagsEXT
The resulting type after applying the
^ operator.Source§fn bitxor(
self,
rhs: ValidationCacheCreateFlagsEXT,
) -> ValidationCacheCreateFlagsEXT
fn bitxor( self, rhs: ValidationCacheCreateFlagsEXT, ) -> ValidationCacheCreateFlagsEXT
Performs the
^ operation. Read moreSource§impl BitXorAssign for ValidationCacheCreateFlagsEXT
impl BitXorAssign for ValidationCacheCreateFlagsEXT
Source§fn bitxor_assign(&mut self, rhs: ValidationCacheCreateFlagsEXT)
fn bitxor_assign(&mut self, rhs: ValidationCacheCreateFlagsEXT)
Performs the
^= operation. Read moreSource§impl Clone for ValidationCacheCreateFlagsEXT
impl Clone for ValidationCacheCreateFlagsEXT
Source§fn clone(&self) -> ValidationCacheCreateFlagsEXT
fn clone(&self) -> ValidationCacheCreateFlagsEXT
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for ValidationCacheCreateFlagsEXT
impl Default for ValidationCacheCreateFlagsEXT
Source§fn default() -> ValidationCacheCreateFlagsEXT
fn default() -> ValidationCacheCreateFlagsEXT
Returns the “default value” for a type. Read more
Source§impl Hash for ValidationCacheCreateFlagsEXT
impl Hash for ValidationCacheCreateFlagsEXT
Source§impl Not for ValidationCacheCreateFlagsEXT
impl Not for ValidationCacheCreateFlagsEXT
Source§type Output = ValidationCacheCreateFlagsEXT
type Output = ValidationCacheCreateFlagsEXT
The resulting type after applying the
! operator.Source§fn not(self) -> ValidationCacheCreateFlagsEXT
fn not(self) -> ValidationCacheCreateFlagsEXT
Performs the unary
! operation. Read moreSource§impl Ord for ValidationCacheCreateFlagsEXT
impl Ord for ValidationCacheCreateFlagsEXT
Source§fn cmp(&self, other: &ValidationCacheCreateFlagsEXT) -> Ordering
fn cmp(&self, other: &ValidationCacheCreateFlagsEXT) -> Ordering
1.21.0§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 PartialOrd for ValidationCacheCreateFlagsEXT
impl PartialOrd for ValidationCacheCreateFlagsEXT
impl Copy for ValidationCacheCreateFlagsEXT
impl Eq for ValidationCacheCreateFlagsEXT
impl StructuralPartialEq for ValidationCacheCreateFlagsEXT
Auto Trait Implementations§
impl Freeze for ValidationCacheCreateFlagsEXT
impl RefUnwindSafe for ValidationCacheCreateFlagsEXT
impl Send for ValidationCacheCreateFlagsEXT
impl Sync for ValidationCacheCreateFlagsEXT
impl Unpin for ValidationCacheCreateFlagsEXT
impl UnwindSafe for ValidationCacheCreateFlagsEXT
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)