pub struct ExternalMemoryFeatureFlagsNV(/* private fields */);Expand description
Implementations§
Source§impl ExternalMemoryFeatureFlagsNV
impl ExternalMemoryFeatureFlagsNV
pub const fn empty() -> ExternalMemoryFeatureFlagsNV
pub const fn from_raw(x: u32) -> ExternalMemoryFeatureFlagsNV
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: ExternalMemoryFeatureFlagsNV) -> bool
Sourcepub const fn contains(self, other: ExternalMemoryFeatureFlagsNV) -> bool
pub const fn contains(self, other: ExternalMemoryFeatureFlagsNV) -> bool
Returns whether other is a subset of self
Trait Implementations§
Source§impl BitAnd for ExternalMemoryFeatureFlagsNV
impl BitAnd for ExternalMemoryFeatureFlagsNV
Source§type Output = ExternalMemoryFeatureFlagsNV
type Output = ExternalMemoryFeatureFlagsNV
The resulting type after applying the
& operator.Source§fn bitand(
self,
rhs: ExternalMemoryFeatureFlagsNV,
) -> ExternalMemoryFeatureFlagsNV
fn bitand( self, rhs: ExternalMemoryFeatureFlagsNV, ) -> ExternalMemoryFeatureFlagsNV
Performs the
& operation. Read moreSource§impl BitAndAssign for ExternalMemoryFeatureFlagsNV
impl BitAndAssign for ExternalMemoryFeatureFlagsNV
Source§fn bitand_assign(&mut self, rhs: ExternalMemoryFeatureFlagsNV)
fn bitand_assign(&mut self, rhs: ExternalMemoryFeatureFlagsNV)
Performs the
&= operation. Read moreSource§impl BitOr for ExternalMemoryFeatureFlagsNV
impl BitOr for ExternalMemoryFeatureFlagsNV
Source§type Output = ExternalMemoryFeatureFlagsNV
type Output = ExternalMemoryFeatureFlagsNV
The resulting type after applying the
| operator.Source§fn bitor(
self,
rhs: ExternalMemoryFeatureFlagsNV,
) -> ExternalMemoryFeatureFlagsNV
fn bitor( self, rhs: ExternalMemoryFeatureFlagsNV, ) -> ExternalMemoryFeatureFlagsNV
Performs the
| operation. Read moreSource§impl BitOrAssign for ExternalMemoryFeatureFlagsNV
impl BitOrAssign for ExternalMemoryFeatureFlagsNV
Source§fn bitor_assign(&mut self, rhs: ExternalMemoryFeatureFlagsNV)
fn bitor_assign(&mut self, rhs: ExternalMemoryFeatureFlagsNV)
Performs the
|= operation. Read moreSource§impl BitXor for ExternalMemoryFeatureFlagsNV
impl BitXor for ExternalMemoryFeatureFlagsNV
Source§type Output = ExternalMemoryFeatureFlagsNV
type Output = ExternalMemoryFeatureFlagsNV
The resulting type after applying the
^ operator.Source§fn bitxor(
self,
rhs: ExternalMemoryFeatureFlagsNV,
) -> ExternalMemoryFeatureFlagsNV
fn bitxor( self, rhs: ExternalMemoryFeatureFlagsNV, ) -> ExternalMemoryFeatureFlagsNV
Performs the
^ operation. Read moreSource§impl BitXorAssign for ExternalMemoryFeatureFlagsNV
impl BitXorAssign for ExternalMemoryFeatureFlagsNV
Source§fn bitxor_assign(&mut self, rhs: ExternalMemoryFeatureFlagsNV)
fn bitxor_assign(&mut self, rhs: ExternalMemoryFeatureFlagsNV)
Performs the
^= operation. Read moreSource§impl Clone for ExternalMemoryFeatureFlagsNV
impl Clone for ExternalMemoryFeatureFlagsNV
Source§fn clone(&self) -> ExternalMemoryFeatureFlagsNV
fn clone(&self) -> ExternalMemoryFeatureFlagsNV
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 ExternalMemoryFeatureFlagsNV
impl Debug for ExternalMemoryFeatureFlagsNV
Source§impl Default for ExternalMemoryFeatureFlagsNV
impl Default for ExternalMemoryFeatureFlagsNV
Source§fn default() -> ExternalMemoryFeatureFlagsNV
fn default() -> ExternalMemoryFeatureFlagsNV
Returns the “default value” for a type. Read more
Source§impl Hash for ExternalMemoryFeatureFlagsNV
impl Hash for ExternalMemoryFeatureFlagsNV
Source§impl Not for ExternalMemoryFeatureFlagsNV
impl Not for ExternalMemoryFeatureFlagsNV
Source§type Output = ExternalMemoryFeatureFlagsNV
type Output = ExternalMemoryFeatureFlagsNV
The resulting type after applying the
! operator.Source§fn not(self) -> ExternalMemoryFeatureFlagsNV
fn not(self) -> ExternalMemoryFeatureFlagsNV
Performs the unary
! operation. Read moreSource§impl Ord for ExternalMemoryFeatureFlagsNV
impl Ord for ExternalMemoryFeatureFlagsNV
Source§fn cmp(&self, other: &ExternalMemoryFeatureFlagsNV) -> Ordering
fn cmp(&self, other: &ExternalMemoryFeatureFlagsNV) -> 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 ExternalMemoryFeatureFlagsNV
impl PartialEq for ExternalMemoryFeatureFlagsNV
Source§fn eq(&self, other: &ExternalMemoryFeatureFlagsNV) -> bool
fn eq(&self, other: &ExternalMemoryFeatureFlagsNV) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ExternalMemoryFeatureFlagsNV
impl PartialOrd for ExternalMemoryFeatureFlagsNV
impl Copy for ExternalMemoryFeatureFlagsNV
impl Eq for ExternalMemoryFeatureFlagsNV
impl StructuralPartialEq for ExternalMemoryFeatureFlagsNV
Auto Trait Implementations§
impl Freeze for ExternalMemoryFeatureFlagsNV
impl RefUnwindSafe for ExternalMemoryFeatureFlagsNV
impl Send for ExternalMemoryFeatureFlagsNV
impl Sync for ExternalMemoryFeatureFlagsNV
impl Unpin for ExternalMemoryFeatureFlagsNV
impl UnwindSafe for ExternalMemoryFeatureFlagsNV
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Downcast for Twhere
T: Any,
impl<T> Downcast for Twhere
T: Any,
Source§fn into_any(self: Box<T>) -> Box<dyn Any>
fn into_any(self: Box<T>) -> Box<dyn Any>
Convert
Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can
then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.Source§fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
Convert
Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be
further downcast into Rc<ConcreteType> where ConcreteType implements Trait.Source§fn as_any(&self) -> &(dyn Any + 'static)
fn as_any(&self) -> &(dyn Any + 'static)
Convert
&Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
generate &Any’s vtable from &Trait’s.Source§fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
Convert
&mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
generate &mut Any’s vtable from &mut Trait’s.