pub struct ExternalMemoryHandleTypeFlagBitsNV(/* private fields */);Expand description
Implementations§
Source§impl ExternalMemoryHandleTypeFlagBitsNV
impl ExternalMemoryHandleTypeFlagBitsNV
Sourcepub const OPAQUE_WIN32: Self
pub const OPAQUE_WIN32: Self
Bit 0.
Sourcepub const OPAQUE_WIN32_KMT: Self
pub const OPAQUE_WIN32_KMT: Self
Bit 1.
Sourcepub const D3D11_IMAGE: Self
pub const D3D11_IMAGE: Self
Bit 2.
Sourcepub const D3D11_IMAGE_KMT: Self
pub const D3D11_IMAGE_KMT: Self
Bit 3.
pub const fn empty() -> Self
pub const fn from_raw(value: u32) -> Self
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn contains(self, other: Self) -> bool
pub const fn all() -> Self
Trait Implementations§
Source§impl BitAndAssign for ExternalMemoryHandleTypeFlagBitsNV
impl BitAndAssign for ExternalMemoryHandleTypeFlagBitsNV
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOrAssign for ExternalMemoryHandleTypeFlagBitsNV
impl BitOrAssign for ExternalMemoryHandleTypeFlagBitsNV
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXorAssign for ExternalMemoryHandleTypeFlagBitsNV
impl BitXorAssign for ExternalMemoryHandleTypeFlagBitsNV
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
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 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