pub struct ShaderCorePropertiesFlagBitsAMD(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl BitAndAssign for ShaderCorePropertiesFlagBitsAMD
impl BitAndAssign for ShaderCorePropertiesFlagBitsAMD
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOrAssign for ShaderCorePropertiesFlagBitsAMD
impl BitOrAssign for ShaderCorePropertiesFlagBitsAMD
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXorAssign for ShaderCorePropertiesFlagBitsAMD
impl BitXorAssign for ShaderCorePropertiesFlagBitsAMD
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
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 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