#[repr(transparent)]pub struct ExternalMemoryFeatureFlagsNV(_);Expand description
Implementations
sourceimpl 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
sourceimpl ExternalMemoryFeatureFlagsNV
impl ExternalMemoryFeatureFlagsNV
pub const DEDICATED_ONLY: ExternalMemoryFeatureFlagsNV = Self(1)
pub const EXPORTABLE: ExternalMemoryFeatureFlagsNV = Self(2)
pub const IMPORTABLE: ExternalMemoryFeatureFlagsNV = Self(4)
Trait Implementations
sourceimpl BitAnd<ExternalMemoryFeatureFlagsNV> for ExternalMemoryFeatureFlagsNV
impl BitAnd<ExternalMemoryFeatureFlagsNV> for ExternalMemoryFeatureFlagsNV
type Output = ExternalMemoryFeatureFlagsNV
type Output = ExternalMemoryFeatureFlagsNV
The resulting type after applying the & operator.
sourcefn bitand(
self,
rhs: ExternalMemoryFeatureFlagsNV
) -> ExternalMemoryFeatureFlagsNV
fn bitand(
self,
rhs: ExternalMemoryFeatureFlagsNV
) -> ExternalMemoryFeatureFlagsNV
Performs the & operation. Read more
sourceimpl BitAndAssign<ExternalMemoryFeatureFlagsNV> for ExternalMemoryFeatureFlagsNV
impl BitAndAssign<ExternalMemoryFeatureFlagsNV> for ExternalMemoryFeatureFlagsNV
sourcefn bitand_assign(&mut self, rhs: ExternalMemoryFeatureFlagsNV)
fn bitand_assign(&mut self, rhs: ExternalMemoryFeatureFlagsNV)
Performs the &= operation. Read more
sourceimpl BitOr<ExternalMemoryFeatureFlagsNV> for ExternalMemoryFeatureFlagsNV
impl BitOr<ExternalMemoryFeatureFlagsNV> for ExternalMemoryFeatureFlagsNV
type Output = ExternalMemoryFeatureFlagsNV
type Output = ExternalMemoryFeatureFlagsNV
The resulting type after applying the | operator.
sourcefn bitor(
self,
rhs: ExternalMemoryFeatureFlagsNV
) -> ExternalMemoryFeatureFlagsNV
fn bitor(
self,
rhs: ExternalMemoryFeatureFlagsNV
) -> ExternalMemoryFeatureFlagsNV
Performs the | operation. Read more
sourceimpl BitOrAssign<ExternalMemoryFeatureFlagsNV> for ExternalMemoryFeatureFlagsNV
impl BitOrAssign<ExternalMemoryFeatureFlagsNV> for ExternalMemoryFeatureFlagsNV
sourcefn bitor_assign(&mut self, rhs: ExternalMemoryFeatureFlagsNV)
fn bitor_assign(&mut self, rhs: ExternalMemoryFeatureFlagsNV)
Performs the |= operation. Read more
sourceimpl BitXor<ExternalMemoryFeatureFlagsNV> for ExternalMemoryFeatureFlagsNV
impl BitXor<ExternalMemoryFeatureFlagsNV> for ExternalMemoryFeatureFlagsNV
type Output = ExternalMemoryFeatureFlagsNV
type Output = ExternalMemoryFeatureFlagsNV
The resulting type after applying the ^ operator.
sourcefn bitxor(
self,
rhs: ExternalMemoryFeatureFlagsNV
) -> ExternalMemoryFeatureFlagsNV
fn bitxor(
self,
rhs: ExternalMemoryFeatureFlagsNV
) -> ExternalMemoryFeatureFlagsNV
Performs the ^ operation. Read more
sourceimpl BitXorAssign<ExternalMemoryFeatureFlagsNV> for ExternalMemoryFeatureFlagsNV
impl BitXorAssign<ExternalMemoryFeatureFlagsNV> for ExternalMemoryFeatureFlagsNV
sourcefn bitxor_assign(&mut self, rhs: ExternalMemoryFeatureFlagsNV)
fn bitxor_assign(&mut self, rhs: ExternalMemoryFeatureFlagsNV)
Performs the ^= operation. Read more
sourceimpl Clone for ExternalMemoryFeatureFlagsNV
impl Clone for ExternalMemoryFeatureFlagsNV
sourcefn clone(&self) -> ExternalMemoryFeatureFlagsNV
fn clone(&self) -> ExternalMemoryFeatureFlagsNV
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 ExternalMemoryFeatureFlagsNV
impl Debug for ExternalMemoryFeatureFlagsNV
sourceimpl Default for ExternalMemoryFeatureFlagsNV
impl Default for ExternalMemoryFeatureFlagsNV
sourcefn default() -> ExternalMemoryFeatureFlagsNV
fn default() -> ExternalMemoryFeatureFlagsNV
Returns the “default value” for a type. Read more
sourceimpl Hash for ExternalMemoryFeatureFlagsNV
impl Hash for ExternalMemoryFeatureFlagsNV
sourceimpl Not for ExternalMemoryFeatureFlagsNV
impl Not for ExternalMemoryFeatureFlagsNV
type Output = ExternalMemoryFeatureFlagsNV
type Output = ExternalMemoryFeatureFlagsNV
The resulting type after applying the ! operator.
sourcefn not(self) -> ExternalMemoryFeatureFlagsNV
fn not(self) -> ExternalMemoryFeatureFlagsNV
Performs the unary ! operation. Read more
sourceimpl Ord for ExternalMemoryFeatureFlagsNV
impl Ord for ExternalMemoryFeatureFlagsNV
sourceimpl PartialEq<ExternalMemoryFeatureFlagsNV> for ExternalMemoryFeatureFlagsNV
impl PartialEq<ExternalMemoryFeatureFlagsNV> for ExternalMemoryFeatureFlagsNV
sourcefn eq(&self, other: &ExternalMemoryFeatureFlagsNV) -> bool
fn eq(&self, other: &ExternalMemoryFeatureFlagsNV) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ExternalMemoryFeatureFlagsNV) -> bool
fn ne(&self, other: &ExternalMemoryFeatureFlagsNV) -> bool
This method tests for !=.
sourceimpl PartialOrd<ExternalMemoryFeatureFlagsNV> for ExternalMemoryFeatureFlagsNV
impl PartialOrd<ExternalMemoryFeatureFlagsNV> for ExternalMemoryFeatureFlagsNV
sourcefn partial_cmp(&self, other: &ExternalMemoryFeatureFlagsNV) -> Option<Ordering>
fn partial_cmp(&self, other: &ExternalMemoryFeatureFlagsNV) -> 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 ExternalMemoryFeatureFlagsNV
impl Eq for ExternalMemoryFeatureFlagsNV
impl StructuralEq for ExternalMemoryFeatureFlagsNV
impl StructuralPartialEq for ExternalMemoryFeatureFlagsNV
Auto Trait Implementations
impl RefUnwindSafe for ExternalMemoryFeatureFlagsNV
impl Send for ExternalMemoryFeatureFlagsNV
impl Sync for ExternalMemoryFeatureFlagsNV
impl Unpin for ExternalMemoryFeatureFlagsNV
impl UnwindSafe for ExternalMemoryFeatureFlagsNV
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