pub struct ExternalMemoryHandleTypeFlagBitsNV(/* private fields */);Expand description
Implementations§
Source§impl ExternalMemoryHandleTypeFlagBitsNV
impl ExternalMemoryHandleTypeFlagBitsNV
Sourcepub const OPAQUE_WIN32: ExternalMemoryHandleTypeFlagBitsNV
pub const OPAQUE_WIN32: ExternalMemoryHandleTypeFlagBitsNV
Bit 0.
Sourcepub const OPAQUE_WIN32_KMT: ExternalMemoryHandleTypeFlagBitsNV
pub const OPAQUE_WIN32_KMT: ExternalMemoryHandleTypeFlagBitsNV
Bit 1.
Sourcepub const D3D11_IMAGE: ExternalMemoryHandleTypeFlagBitsNV
pub const D3D11_IMAGE: ExternalMemoryHandleTypeFlagBitsNV
Bit 2.
Sourcepub const D3D11_IMAGE_KMT: ExternalMemoryHandleTypeFlagBitsNV
pub const D3D11_IMAGE_KMT: ExternalMemoryHandleTypeFlagBitsNV
Bit 3.
pub const fn empty() -> ExternalMemoryHandleTypeFlagBitsNV
pub const fn from_raw(value: u32) -> ExternalMemoryHandleTypeFlagBitsNV
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn contains(self, other: ExternalMemoryHandleTypeFlagBitsNV) -> bool
pub const fn all() -> ExternalMemoryHandleTypeFlagBitsNV
Trait Implementations§
Source§impl BitAnd for ExternalMemoryHandleTypeFlagBitsNV
impl BitAnd for ExternalMemoryHandleTypeFlagBitsNV
Source§type Output = ExternalMemoryHandleTypeFlagBitsNV
type Output = ExternalMemoryHandleTypeFlagBitsNV
The resulting type after applying the
& operator.Source§fn bitand(
self,
rhs: ExternalMemoryHandleTypeFlagBitsNV,
) -> ExternalMemoryHandleTypeFlagBitsNV
fn bitand( self, rhs: ExternalMemoryHandleTypeFlagBitsNV, ) -> ExternalMemoryHandleTypeFlagBitsNV
Performs the
& operation. Read moreSource§impl BitAndAssign for ExternalMemoryHandleTypeFlagBitsNV
impl BitAndAssign for ExternalMemoryHandleTypeFlagBitsNV
Source§fn bitand_assign(&mut self, rhs: ExternalMemoryHandleTypeFlagBitsNV)
fn bitand_assign(&mut self, rhs: ExternalMemoryHandleTypeFlagBitsNV)
Performs the
&= operation. Read moreSource§impl BitOr for ExternalMemoryHandleTypeFlagBitsNV
impl BitOr for ExternalMemoryHandleTypeFlagBitsNV
Source§type Output = ExternalMemoryHandleTypeFlagBitsNV
type Output = ExternalMemoryHandleTypeFlagBitsNV
The resulting type after applying the
| operator.Source§fn bitor(
self,
rhs: ExternalMemoryHandleTypeFlagBitsNV,
) -> ExternalMemoryHandleTypeFlagBitsNV
fn bitor( self, rhs: ExternalMemoryHandleTypeFlagBitsNV, ) -> ExternalMemoryHandleTypeFlagBitsNV
Performs the
| operation. Read moreSource§impl BitOrAssign for ExternalMemoryHandleTypeFlagBitsNV
impl BitOrAssign for ExternalMemoryHandleTypeFlagBitsNV
Source§fn bitor_assign(&mut self, rhs: ExternalMemoryHandleTypeFlagBitsNV)
fn bitor_assign(&mut self, rhs: ExternalMemoryHandleTypeFlagBitsNV)
Performs the
|= operation. Read moreSource§impl BitXor for ExternalMemoryHandleTypeFlagBitsNV
impl BitXor for ExternalMemoryHandleTypeFlagBitsNV
Source§type Output = ExternalMemoryHandleTypeFlagBitsNV
type Output = ExternalMemoryHandleTypeFlagBitsNV
The resulting type after applying the
^ operator.Source§fn bitxor(
self,
rhs: ExternalMemoryHandleTypeFlagBitsNV,
) -> ExternalMemoryHandleTypeFlagBitsNV
fn bitxor( self, rhs: ExternalMemoryHandleTypeFlagBitsNV, ) -> ExternalMemoryHandleTypeFlagBitsNV
Performs the
^ operation. Read moreSource§impl BitXorAssign for ExternalMemoryHandleTypeFlagBitsNV
impl BitXorAssign for ExternalMemoryHandleTypeFlagBitsNV
Source§fn bitxor_assign(&mut self, rhs: ExternalMemoryHandleTypeFlagBitsNV)
fn bitxor_assign(&mut self, rhs: ExternalMemoryHandleTypeFlagBitsNV)
Performs the
^= operation. Read moreSource§impl Clone for ExternalMemoryHandleTypeFlagBitsNV
impl Clone for ExternalMemoryHandleTypeFlagBitsNV
Source§fn clone(&self) -> ExternalMemoryHandleTypeFlagBitsNV
fn clone(&self) -> ExternalMemoryHandleTypeFlagBitsNV
Returns a duplicate 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 Default for ExternalMemoryHandleTypeFlagBitsNV
impl Default for ExternalMemoryHandleTypeFlagBitsNV
Source§fn default() -> ExternalMemoryHandleTypeFlagBitsNV
fn default() -> ExternalMemoryHandleTypeFlagBitsNV
Returns the “default value” for a type. Read more
Source§impl Not for ExternalMemoryHandleTypeFlagBitsNV
impl Not for ExternalMemoryHandleTypeFlagBitsNV
Source§type Output = ExternalMemoryHandleTypeFlagBitsNV
type Output = ExternalMemoryHandleTypeFlagBitsNV
The resulting type after applying the
! operator.Source§fn not(self) -> ExternalMemoryHandleTypeFlagBitsNV
fn not(self) -> ExternalMemoryHandleTypeFlagBitsNV
Performs the unary
! operation. Read moreSource§impl Ord for ExternalMemoryHandleTypeFlagBitsNV
impl Ord for ExternalMemoryHandleTypeFlagBitsNV
Source§fn cmp(&self, other: &ExternalMemoryHandleTypeFlagBitsNV) -> Ordering
fn cmp(&self, other: &ExternalMemoryHandleTypeFlagBitsNV) -> 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 ExternalMemoryHandleTypeFlagBitsNV
impl PartialEq for ExternalMemoryHandleTypeFlagBitsNV
Source§fn eq(&self, other: &ExternalMemoryHandleTypeFlagBitsNV) -> bool
fn eq(&self, other: &ExternalMemoryHandleTypeFlagBitsNV) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ExternalMemoryHandleTypeFlagBitsNV
impl PartialOrd for ExternalMemoryHandleTypeFlagBitsNV
impl Copy for ExternalMemoryHandleTypeFlagBitsNV
impl Eq for ExternalMemoryHandleTypeFlagBitsNV
impl StructuralPartialEq for ExternalMemoryHandleTypeFlagBitsNV
Auto Trait Implementations§
impl Freeze for ExternalMemoryHandleTypeFlagBitsNV
impl RefUnwindSafe for ExternalMemoryHandleTypeFlagBitsNV
impl Send for ExternalMemoryHandleTypeFlagBitsNV
impl Sync for ExternalMemoryHandleTypeFlagBitsNV
impl Unpin for ExternalMemoryHandleTypeFlagBitsNV
impl UnsafeUnpin for ExternalMemoryHandleTypeFlagBitsNV
impl UnwindSafe for ExternalMemoryHandleTypeFlagBitsNV
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