pub struct ExternalMemoryHandleTypeFlagsNV(/* private fields */);Expand description
Implementations§
Source§impl 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
Trait Implementations§
Source§impl BitAnd for ExternalMemoryHandleTypeFlagsNV
impl BitAnd for ExternalMemoryHandleTypeFlagsNV
Source§type Output = ExternalMemoryHandleTypeFlagsNV
type Output = ExternalMemoryHandleTypeFlagsNV
The resulting type after applying the
& operator.Source§fn bitand(
self,
rhs: ExternalMemoryHandleTypeFlagsNV,
) -> ExternalMemoryHandleTypeFlagsNV
fn bitand( self, rhs: ExternalMemoryHandleTypeFlagsNV, ) -> ExternalMemoryHandleTypeFlagsNV
Performs the
& operation. Read moreSource§impl BitAndAssign for ExternalMemoryHandleTypeFlagsNV
impl BitAndAssign for ExternalMemoryHandleTypeFlagsNV
Source§fn bitand_assign(&mut self, rhs: ExternalMemoryHandleTypeFlagsNV)
fn bitand_assign(&mut self, rhs: ExternalMemoryHandleTypeFlagsNV)
Performs the
&= operation. Read moreSource§impl BitOr for ExternalMemoryHandleTypeFlagsNV
impl BitOr for ExternalMemoryHandleTypeFlagsNV
Source§type Output = ExternalMemoryHandleTypeFlagsNV
type Output = ExternalMemoryHandleTypeFlagsNV
The resulting type after applying the
| operator.Source§fn bitor(
self,
rhs: ExternalMemoryHandleTypeFlagsNV,
) -> ExternalMemoryHandleTypeFlagsNV
fn bitor( self, rhs: ExternalMemoryHandleTypeFlagsNV, ) -> ExternalMemoryHandleTypeFlagsNV
Performs the
| operation. Read moreSource§impl BitOrAssign for ExternalMemoryHandleTypeFlagsNV
impl BitOrAssign for ExternalMemoryHandleTypeFlagsNV
Source§fn bitor_assign(&mut self, rhs: ExternalMemoryHandleTypeFlagsNV)
fn bitor_assign(&mut self, rhs: ExternalMemoryHandleTypeFlagsNV)
Performs the
|= operation. Read moreSource§impl BitXor for ExternalMemoryHandleTypeFlagsNV
impl BitXor for ExternalMemoryHandleTypeFlagsNV
Source§type Output = ExternalMemoryHandleTypeFlagsNV
type Output = ExternalMemoryHandleTypeFlagsNV
The resulting type after applying the
^ operator.Source§fn bitxor(
self,
rhs: ExternalMemoryHandleTypeFlagsNV,
) -> ExternalMemoryHandleTypeFlagsNV
fn bitxor( self, rhs: ExternalMemoryHandleTypeFlagsNV, ) -> ExternalMemoryHandleTypeFlagsNV
Performs the
^ operation. Read moreSource§impl BitXorAssign for ExternalMemoryHandleTypeFlagsNV
impl BitXorAssign for ExternalMemoryHandleTypeFlagsNV
Source§fn bitxor_assign(&mut self, rhs: ExternalMemoryHandleTypeFlagsNV)
fn bitxor_assign(&mut self, rhs: ExternalMemoryHandleTypeFlagsNV)
Performs the
^= operation. Read moreSource§impl Clone for ExternalMemoryHandleTypeFlagsNV
impl Clone for ExternalMemoryHandleTypeFlagsNV
Source§fn clone(&self) -> ExternalMemoryHandleTypeFlagsNV
fn clone(&self) -> ExternalMemoryHandleTypeFlagsNV
Returns a copy 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 ExternalMemoryHandleTypeFlagsNV
impl Default for ExternalMemoryHandleTypeFlagsNV
Source§fn default() -> ExternalMemoryHandleTypeFlagsNV
fn default() -> ExternalMemoryHandleTypeFlagsNV
Returns the “default value” for a type. Read more
Source§impl Not for ExternalMemoryHandleTypeFlagsNV
impl Not for ExternalMemoryHandleTypeFlagsNV
Source§type Output = ExternalMemoryHandleTypeFlagsNV
type Output = ExternalMemoryHandleTypeFlagsNV
The resulting type after applying the
! operator.Source§fn not(self) -> ExternalMemoryHandleTypeFlagsNV
fn not(self) -> ExternalMemoryHandleTypeFlagsNV
Performs the unary
! operation. 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