pub struct ShaderCorePropertiesFlagBitsAMD(/* private fields */);Expand description
Implementations§
Source§impl ShaderCorePropertiesFlagBitsAMD
impl ShaderCorePropertiesFlagBitsAMD
pub const fn empty() -> ShaderCorePropertiesFlagBitsAMD
pub const fn from_raw(value: u32) -> ShaderCorePropertiesFlagBitsAMD
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn contains(self, other: ShaderCorePropertiesFlagBitsAMD) -> bool
pub const fn all() -> ShaderCorePropertiesFlagBitsAMD
Trait Implementations§
Source§impl BitAnd for ShaderCorePropertiesFlagBitsAMD
impl BitAnd for ShaderCorePropertiesFlagBitsAMD
Source§type Output = ShaderCorePropertiesFlagBitsAMD
type Output = ShaderCorePropertiesFlagBitsAMD
The resulting type after applying the
& operator.Source§fn bitand(
self,
rhs: ShaderCorePropertiesFlagBitsAMD,
) -> ShaderCorePropertiesFlagBitsAMD
fn bitand( self, rhs: ShaderCorePropertiesFlagBitsAMD, ) -> ShaderCorePropertiesFlagBitsAMD
Performs the
& operation. Read moreSource§impl BitAndAssign for ShaderCorePropertiesFlagBitsAMD
impl BitAndAssign for ShaderCorePropertiesFlagBitsAMD
Source§fn bitand_assign(&mut self, rhs: ShaderCorePropertiesFlagBitsAMD)
fn bitand_assign(&mut self, rhs: ShaderCorePropertiesFlagBitsAMD)
Performs the
&= operation. Read moreSource§impl BitOr for ShaderCorePropertiesFlagBitsAMD
impl BitOr for ShaderCorePropertiesFlagBitsAMD
Source§type Output = ShaderCorePropertiesFlagBitsAMD
type Output = ShaderCorePropertiesFlagBitsAMD
The resulting type after applying the
| operator.Source§fn bitor(
self,
rhs: ShaderCorePropertiesFlagBitsAMD,
) -> ShaderCorePropertiesFlagBitsAMD
fn bitor( self, rhs: ShaderCorePropertiesFlagBitsAMD, ) -> ShaderCorePropertiesFlagBitsAMD
Performs the
| operation. Read moreSource§impl BitOrAssign for ShaderCorePropertiesFlagBitsAMD
impl BitOrAssign for ShaderCorePropertiesFlagBitsAMD
Source§fn bitor_assign(&mut self, rhs: ShaderCorePropertiesFlagBitsAMD)
fn bitor_assign(&mut self, rhs: ShaderCorePropertiesFlagBitsAMD)
Performs the
|= operation. Read moreSource§impl BitXor for ShaderCorePropertiesFlagBitsAMD
impl BitXor for ShaderCorePropertiesFlagBitsAMD
Source§type Output = ShaderCorePropertiesFlagBitsAMD
type Output = ShaderCorePropertiesFlagBitsAMD
The resulting type after applying the
^ operator.Source§fn bitxor(
self,
rhs: ShaderCorePropertiesFlagBitsAMD,
) -> ShaderCorePropertiesFlagBitsAMD
fn bitxor( self, rhs: ShaderCorePropertiesFlagBitsAMD, ) -> ShaderCorePropertiesFlagBitsAMD
Performs the
^ operation. Read moreSource§impl BitXorAssign for ShaderCorePropertiesFlagBitsAMD
impl BitXorAssign for ShaderCorePropertiesFlagBitsAMD
Source§fn bitxor_assign(&mut self, rhs: ShaderCorePropertiesFlagBitsAMD)
fn bitxor_assign(&mut self, rhs: ShaderCorePropertiesFlagBitsAMD)
Performs the
^= operation. Read moreSource§impl Clone for ShaderCorePropertiesFlagBitsAMD
impl Clone for ShaderCorePropertiesFlagBitsAMD
Source§fn clone(&self) -> ShaderCorePropertiesFlagBitsAMD
fn clone(&self) -> ShaderCorePropertiesFlagBitsAMD
Returns a duplicate 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 ShaderCorePropertiesFlagBitsAMD
impl Default for ShaderCorePropertiesFlagBitsAMD
Source§fn default() -> ShaderCorePropertiesFlagBitsAMD
fn default() -> ShaderCorePropertiesFlagBitsAMD
Returns the “default value” for a type. Read more
Source§impl Not for ShaderCorePropertiesFlagBitsAMD
impl Not for ShaderCorePropertiesFlagBitsAMD
Source§type Output = ShaderCorePropertiesFlagBitsAMD
type Output = ShaderCorePropertiesFlagBitsAMD
The resulting type after applying the
! operator.Source§fn not(self) -> ShaderCorePropertiesFlagBitsAMD
fn not(self) -> ShaderCorePropertiesFlagBitsAMD
Performs the unary
! operation. Read moreSource§impl Ord for ShaderCorePropertiesFlagBitsAMD
impl Ord for ShaderCorePropertiesFlagBitsAMD
Source§fn cmp(&self, other: &ShaderCorePropertiesFlagBitsAMD) -> Ordering
fn cmp(&self, other: &ShaderCorePropertiesFlagBitsAMD) -> 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 ShaderCorePropertiesFlagBitsAMD
impl PartialEq for ShaderCorePropertiesFlagBitsAMD
Source§fn eq(&self, other: &ShaderCorePropertiesFlagBitsAMD) -> bool
fn eq(&self, other: &ShaderCorePropertiesFlagBitsAMD) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ShaderCorePropertiesFlagBitsAMD
impl PartialOrd for ShaderCorePropertiesFlagBitsAMD
impl Copy for ShaderCorePropertiesFlagBitsAMD
impl Eq for ShaderCorePropertiesFlagBitsAMD
impl StructuralPartialEq for ShaderCorePropertiesFlagBitsAMD
Auto Trait Implementations§
impl Freeze for ShaderCorePropertiesFlagBitsAMD
impl RefUnwindSafe for ShaderCorePropertiesFlagBitsAMD
impl Send for ShaderCorePropertiesFlagBitsAMD
impl Sync for ShaderCorePropertiesFlagBitsAMD
impl Unpin for ShaderCorePropertiesFlagBitsAMD
impl UnsafeUnpin for ShaderCorePropertiesFlagBitsAMD
impl UnwindSafe for ShaderCorePropertiesFlagBitsAMD
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