Struct screen_13::prelude::vk::ExternalMemoryHandleTypeFlagsNV
source · 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 moresourceimpl 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 moresourceimpl 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 moresourceimpl 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 moresourceimpl 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 moresourceimpl 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 moresourceimpl 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 moresourceimpl 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 moresourceimpl Ord for ExternalMemoryHandleTypeFlagsNV
impl Ord for ExternalMemoryHandleTypeFlagsNV
sourcefn cmp(&self, other: &ExternalMemoryHandleTypeFlagsNV) -> Ordering
fn cmp(&self, other: &ExternalMemoryHandleTypeFlagsNV) -> Ordering
1.21.0 · sourcefn 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
1.21.0 · sourcefn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<ExternalMemoryHandleTypeFlagsNV> for ExternalMemoryHandleTypeFlagsNV
impl PartialEq<ExternalMemoryHandleTypeFlagsNV> for ExternalMemoryHandleTypeFlagsNV
sourcefn eq(&self, other: &ExternalMemoryHandleTypeFlagsNV) -> bool
fn eq(&self, other: &ExternalMemoryHandleTypeFlagsNV) -> bool
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>
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 moreimpl 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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