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