Struct screen_13::prelude::vk::ExternalMemoryFeatureFlagsNV
source · pub struct ExternalMemoryFeatureFlagsNV(_);Expand description
Implementations§
source§impl ExternalMemoryFeatureFlagsNV
impl ExternalMemoryFeatureFlagsNV
pub const fn empty() -> ExternalMemoryFeatureFlagsNV
pub const fn from_raw(x: u32) -> ExternalMemoryFeatureFlagsNV
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: ExternalMemoryFeatureFlagsNV) -> bool
sourcepub const fn contains(self, other: ExternalMemoryFeatureFlagsNV) -> bool
pub const fn contains(self, other: ExternalMemoryFeatureFlagsNV) -> bool
Returns whether other is a subset of self
source§impl ExternalMemoryFeatureFlagsNV
impl ExternalMemoryFeatureFlagsNV
pub const DEDICATED_ONLY: ExternalMemoryFeatureFlagsNV = Self(1)
pub const EXPORTABLE: ExternalMemoryFeatureFlagsNV = Self(2)
pub const IMPORTABLE: ExternalMemoryFeatureFlagsNV = Self(4)
Trait Implementations§
source§impl BitAnd<ExternalMemoryFeatureFlagsNV> for ExternalMemoryFeatureFlagsNV
impl BitAnd<ExternalMemoryFeatureFlagsNV> for ExternalMemoryFeatureFlagsNV
§type Output = ExternalMemoryFeatureFlagsNV
type Output = ExternalMemoryFeatureFlagsNV
The resulting type after applying the
& operator.source§fn bitand(
self,
rhs: ExternalMemoryFeatureFlagsNV
) -> ExternalMemoryFeatureFlagsNV
fn bitand( self, rhs: ExternalMemoryFeatureFlagsNV ) -> ExternalMemoryFeatureFlagsNV
Performs the
& operation. Read moresource§impl BitAndAssign<ExternalMemoryFeatureFlagsNV> for ExternalMemoryFeatureFlagsNV
impl BitAndAssign<ExternalMemoryFeatureFlagsNV> for ExternalMemoryFeatureFlagsNV
source§fn bitand_assign(&mut self, rhs: ExternalMemoryFeatureFlagsNV)
fn bitand_assign(&mut self, rhs: ExternalMemoryFeatureFlagsNV)
Performs the
&= operation. Read moresource§impl BitOr<ExternalMemoryFeatureFlagsNV> for ExternalMemoryFeatureFlagsNV
impl BitOr<ExternalMemoryFeatureFlagsNV> for ExternalMemoryFeatureFlagsNV
§type Output = ExternalMemoryFeatureFlagsNV
type Output = ExternalMemoryFeatureFlagsNV
The resulting type after applying the
| operator.source§fn bitor(self, rhs: ExternalMemoryFeatureFlagsNV) -> ExternalMemoryFeatureFlagsNV
fn bitor(self, rhs: ExternalMemoryFeatureFlagsNV) -> ExternalMemoryFeatureFlagsNV
Performs the
| operation. Read moresource§impl BitOrAssign<ExternalMemoryFeatureFlagsNV> for ExternalMemoryFeatureFlagsNV
impl BitOrAssign<ExternalMemoryFeatureFlagsNV> for ExternalMemoryFeatureFlagsNV
source§fn bitor_assign(&mut self, rhs: ExternalMemoryFeatureFlagsNV)
fn bitor_assign(&mut self, rhs: ExternalMemoryFeatureFlagsNV)
Performs the
|= operation. Read moresource§impl BitXor<ExternalMemoryFeatureFlagsNV> for ExternalMemoryFeatureFlagsNV
impl BitXor<ExternalMemoryFeatureFlagsNV> for ExternalMemoryFeatureFlagsNV
§type Output = ExternalMemoryFeatureFlagsNV
type Output = ExternalMemoryFeatureFlagsNV
The resulting type after applying the
^ operator.source§fn bitxor(
self,
rhs: ExternalMemoryFeatureFlagsNV
) -> ExternalMemoryFeatureFlagsNV
fn bitxor( self, rhs: ExternalMemoryFeatureFlagsNV ) -> ExternalMemoryFeatureFlagsNV
Performs the
^ operation. Read moresource§impl BitXorAssign<ExternalMemoryFeatureFlagsNV> for ExternalMemoryFeatureFlagsNV
impl BitXorAssign<ExternalMemoryFeatureFlagsNV> for ExternalMemoryFeatureFlagsNV
source§fn bitxor_assign(&mut self, rhs: ExternalMemoryFeatureFlagsNV)
fn bitxor_assign(&mut self, rhs: ExternalMemoryFeatureFlagsNV)
Performs the
^= operation. Read moresource§impl Clone for ExternalMemoryFeatureFlagsNV
impl Clone for ExternalMemoryFeatureFlagsNV
source§fn clone(&self) -> ExternalMemoryFeatureFlagsNV
fn clone(&self) -> ExternalMemoryFeatureFlagsNV
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 Debug for ExternalMemoryFeatureFlagsNV
impl Debug for ExternalMemoryFeatureFlagsNV
source§impl Default for ExternalMemoryFeatureFlagsNV
impl Default for ExternalMemoryFeatureFlagsNV
source§fn default() -> ExternalMemoryFeatureFlagsNV
fn default() -> ExternalMemoryFeatureFlagsNV
Returns the “default value” for a type. Read more
source§impl Hash for ExternalMemoryFeatureFlagsNV
impl Hash for ExternalMemoryFeatureFlagsNV
source§impl Not for ExternalMemoryFeatureFlagsNV
impl Not for ExternalMemoryFeatureFlagsNV
§type Output = ExternalMemoryFeatureFlagsNV
type Output = ExternalMemoryFeatureFlagsNV
The resulting type after applying the
! operator.source§fn not(self) -> ExternalMemoryFeatureFlagsNV
fn not(self) -> ExternalMemoryFeatureFlagsNV
Performs the unary
! operation. Read moresource§impl Ord for ExternalMemoryFeatureFlagsNV
impl Ord for ExternalMemoryFeatureFlagsNV
source§fn cmp(&self, other: &ExternalMemoryFeatureFlagsNV) -> Ordering
fn cmp(&self, other: &ExternalMemoryFeatureFlagsNV) -> 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<ExternalMemoryFeatureFlagsNV> for ExternalMemoryFeatureFlagsNV
impl PartialEq<ExternalMemoryFeatureFlagsNV> for ExternalMemoryFeatureFlagsNV
source§fn eq(&self, other: &ExternalMemoryFeatureFlagsNV) -> bool
fn eq(&self, other: &ExternalMemoryFeatureFlagsNV) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<ExternalMemoryFeatureFlagsNV> for ExternalMemoryFeatureFlagsNV
impl PartialOrd<ExternalMemoryFeatureFlagsNV> for ExternalMemoryFeatureFlagsNV
source§fn partial_cmp(&self, other: &ExternalMemoryFeatureFlagsNV) -> Option<Ordering>
fn partial_cmp(&self, other: &ExternalMemoryFeatureFlagsNV) -> Option<Ordering>
1.0.0 · source§fn 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 more