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