#[repr(transparent)]pub struct ShaderCorePropertiesFlagsAMD(_);Expand description
Implementations
sourceimpl 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
sourceimpl BitAnd<ShaderCorePropertiesFlagsAMD> for ShaderCorePropertiesFlagsAMD
impl BitAnd<ShaderCorePropertiesFlagsAMD> for ShaderCorePropertiesFlagsAMD
type Output = ShaderCorePropertiesFlagsAMD
type Output = ShaderCorePropertiesFlagsAMD
The resulting type after applying the & operator.
sourcefn bitand(
self,
rhs: ShaderCorePropertiesFlagsAMD
) -> ShaderCorePropertiesFlagsAMD
fn bitand(
self,
rhs: ShaderCorePropertiesFlagsAMD
) -> ShaderCorePropertiesFlagsAMD
Performs the & operation. Read more
sourceimpl BitAndAssign<ShaderCorePropertiesFlagsAMD> for ShaderCorePropertiesFlagsAMD
impl BitAndAssign<ShaderCorePropertiesFlagsAMD> for ShaderCorePropertiesFlagsAMD
sourcefn bitand_assign(&mut self, rhs: ShaderCorePropertiesFlagsAMD)
fn bitand_assign(&mut self, rhs: ShaderCorePropertiesFlagsAMD)
Performs the &= operation. Read more
sourceimpl BitOr<ShaderCorePropertiesFlagsAMD> for ShaderCorePropertiesFlagsAMD
impl BitOr<ShaderCorePropertiesFlagsAMD> for ShaderCorePropertiesFlagsAMD
type Output = ShaderCorePropertiesFlagsAMD
type Output = ShaderCorePropertiesFlagsAMD
The resulting type after applying the | operator.
sourcefn bitor(
self,
rhs: ShaderCorePropertiesFlagsAMD
) -> ShaderCorePropertiesFlagsAMD
fn bitor(
self,
rhs: ShaderCorePropertiesFlagsAMD
) -> ShaderCorePropertiesFlagsAMD
Performs the | operation. Read more
sourceimpl BitOrAssign<ShaderCorePropertiesFlagsAMD> for ShaderCorePropertiesFlagsAMD
impl BitOrAssign<ShaderCorePropertiesFlagsAMD> for ShaderCorePropertiesFlagsAMD
sourcefn bitor_assign(&mut self, rhs: ShaderCorePropertiesFlagsAMD)
fn bitor_assign(&mut self, rhs: ShaderCorePropertiesFlagsAMD)
Performs the |= operation. Read more
sourceimpl BitXor<ShaderCorePropertiesFlagsAMD> for ShaderCorePropertiesFlagsAMD
impl BitXor<ShaderCorePropertiesFlagsAMD> for ShaderCorePropertiesFlagsAMD
type Output = ShaderCorePropertiesFlagsAMD
type Output = ShaderCorePropertiesFlagsAMD
The resulting type after applying the ^ operator.
sourcefn bitxor(
self,
rhs: ShaderCorePropertiesFlagsAMD
) -> ShaderCorePropertiesFlagsAMD
fn bitxor(
self,
rhs: ShaderCorePropertiesFlagsAMD
) -> ShaderCorePropertiesFlagsAMD
Performs the ^ operation. Read more
sourceimpl BitXorAssign<ShaderCorePropertiesFlagsAMD> for ShaderCorePropertiesFlagsAMD
impl BitXorAssign<ShaderCorePropertiesFlagsAMD> for ShaderCorePropertiesFlagsAMD
sourcefn bitxor_assign(&mut self, rhs: ShaderCorePropertiesFlagsAMD)
fn bitxor_assign(&mut self, rhs: ShaderCorePropertiesFlagsAMD)
Performs the ^= operation. Read more
sourceimpl Clone for ShaderCorePropertiesFlagsAMD
impl Clone for ShaderCorePropertiesFlagsAMD
sourcefn clone(&self) -> ShaderCorePropertiesFlagsAMD
fn clone(&self) -> ShaderCorePropertiesFlagsAMD
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 more
sourceimpl Debug for ShaderCorePropertiesFlagsAMD
impl Debug for ShaderCorePropertiesFlagsAMD
sourceimpl Default for ShaderCorePropertiesFlagsAMD
impl Default for ShaderCorePropertiesFlagsAMD
sourcefn default() -> ShaderCorePropertiesFlagsAMD
fn default() -> ShaderCorePropertiesFlagsAMD
Returns the “default value” for a type. Read more
sourceimpl Hash for ShaderCorePropertiesFlagsAMD
impl Hash for ShaderCorePropertiesFlagsAMD
sourceimpl Not for ShaderCorePropertiesFlagsAMD
impl Not for ShaderCorePropertiesFlagsAMD
type Output = ShaderCorePropertiesFlagsAMD
type Output = ShaderCorePropertiesFlagsAMD
The resulting type after applying the ! operator.
sourcefn not(self) -> ShaderCorePropertiesFlagsAMD
fn not(self) -> ShaderCorePropertiesFlagsAMD
Performs the unary ! operation. Read more
sourceimpl Ord for ShaderCorePropertiesFlagsAMD
impl Ord for ShaderCorePropertiesFlagsAMD
sourceimpl PartialEq<ShaderCorePropertiesFlagsAMD> for ShaderCorePropertiesFlagsAMD
impl PartialEq<ShaderCorePropertiesFlagsAMD> for ShaderCorePropertiesFlagsAMD
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &ShaderCorePropertiesFlagsAMD) -> bool
fn ne(&self, other: &ShaderCorePropertiesFlagsAMD) -> bool
This method tests for !=.
sourceimpl PartialOrd<ShaderCorePropertiesFlagsAMD> for ShaderCorePropertiesFlagsAMD
impl PartialOrd<ShaderCorePropertiesFlagsAMD> for ShaderCorePropertiesFlagsAMD
sourcefn partial_cmp(&self, other: &ShaderCorePropertiesFlagsAMD) -> Option<Ordering>
fn partial_cmp(&self, other: &ShaderCorePropertiesFlagsAMD) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
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 more
impl Copy for ShaderCorePropertiesFlagsAMD
impl Eq for ShaderCorePropertiesFlagsAMD
impl StructuralEq for ShaderCorePropertiesFlagsAMD
impl StructuralPartialEq for ShaderCorePropertiesFlagsAMD
Auto Trait Implementations
impl RefUnwindSafe for ShaderCorePropertiesFlagsAMD
impl Send for ShaderCorePropertiesFlagsAMD
impl Sync for ShaderCorePropertiesFlagsAMD
impl Unpin for ShaderCorePropertiesFlagsAMD
impl UnwindSafe for ShaderCorePropertiesFlagsAMD
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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