pub struct ExternalMemoryHandleTypeFlagsNV(/* private fields */);Expand description
Implementations§
Source§impl ExternalMemoryHandleTypeFlagsNV
 
impl ExternalMemoryHandleTypeFlagsNV
Source§impl ExternalMemoryHandleTypeFlagsNV
 
impl ExternalMemoryHandleTypeFlagsNV
pub const OPAQUE_WIN32: Self
pub const OPAQUE_WIN32_KMT: Self
pub const D3D11_IMAGE: Self
pub const D3D11_IMAGE_KMT: Self
Trait Implementations§
Source§impl BitAndAssign for ExternalMemoryHandleTypeFlagsNV
 
impl BitAndAssign for ExternalMemoryHandleTypeFlagsNV
Source§fn bitand_assign(&mut self, rhs: Self)
 
fn bitand_assign(&mut self, rhs: Self)
Performs the 
&= operation. Read moreSource§impl BitOrAssign for ExternalMemoryHandleTypeFlagsNV
 
impl BitOrAssign for ExternalMemoryHandleTypeFlagsNV
Source§fn bitor_assign(&mut self, rhs: Self)
 
fn bitor_assign(&mut self, rhs: Self)
Performs the 
|= operation. Read moreSource§impl BitXorAssign for ExternalMemoryHandleTypeFlagsNV
 
impl BitXorAssign for ExternalMemoryHandleTypeFlagsNV
Source§fn bitxor_assign(&mut self, rhs: Self)
 
fn bitxor_assign(&mut self, rhs: Self)
Performs the 
^= operation. Read moreSource§impl Clone for ExternalMemoryHandleTypeFlagsNV
 
impl Clone for ExternalMemoryHandleTypeFlagsNV
Source§fn clone(&self) -> ExternalMemoryHandleTypeFlagsNV
 
fn clone(&self) -> ExternalMemoryHandleTypeFlagsNV
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 Ord for ExternalMemoryHandleTypeFlagsNV
 
impl Ord for ExternalMemoryHandleTypeFlagsNV
Source§fn cmp(&self, other: &ExternalMemoryHandleTypeFlagsNV) -> Ordering
 
fn cmp(&self, other: &ExternalMemoryHandleTypeFlagsNV) -> 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 ExternalMemoryHandleTypeFlagsNV
 
impl PartialEq for ExternalMemoryHandleTypeFlagsNV
Source§fn eq(&self, other: &ExternalMemoryHandleTypeFlagsNV) -> bool
 
fn eq(&self, other: &ExternalMemoryHandleTypeFlagsNV) -> bool
Tests for 
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ExternalMemoryHandleTypeFlagsNV
 
impl PartialOrd for ExternalMemoryHandleTypeFlagsNV
impl Copy for ExternalMemoryHandleTypeFlagsNV
impl Eq for ExternalMemoryHandleTypeFlagsNV
impl StructuralPartialEq for ExternalMemoryHandleTypeFlagsNV
Auto Trait Implementations§
impl Freeze for ExternalMemoryHandleTypeFlagsNV
impl RefUnwindSafe for ExternalMemoryHandleTypeFlagsNV
impl Send for ExternalMemoryHandleTypeFlagsNV
impl Sync for ExternalMemoryHandleTypeFlagsNV
impl Unpin for ExternalMemoryHandleTypeFlagsNV
impl UnwindSafe for ExternalMemoryHandleTypeFlagsNV
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