pub struct ShaderCorePropertiesFlagsAMD(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl BitAndAssign for ShaderCorePropertiesFlagsAMD
 
impl BitAndAssign for ShaderCorePropertiesFlagsAMD
Source§fn bitand_assign(&mut self, rhs: Self)
 
fn bitand_assign(&mut self, rhs: Self)
Performs the 
&= operation. Read moreSource§impl BitOr for ShaderCorePropertiesFlagsAMD
 
impl BitOr for ShaderCorePropertiesFlagsAMD
Source§impl BitOrAssign for ShaderCorePropertiesFlagsAMD
 
impl BitOrAssign for ShaderCorePropertiesFlagsAMD
Source§fn bitor_assign(&mut self, rhs: Self)
 
fn bitor_assign(&mut self, rhs: Self)
Performs the 
|= operation. Read moreSource§impl BitXorAssign for ShaderCorePropertiesFlagsAMD
 
impl BitXorAssign for ShaderCorePropertiesFlagsAMD
Source§fn bitxor_assign(&mut self, rhs: Self)
 
fn bitxor_assign(&mut self, rhs: Self)
Performs the 
^= operation. Read moreSource§impl Clone for ShaderCorePropertiesFlagsAMD
 
impl Clone for ShaderCorePropertiesFlagsAMD
Source§fn clone(&self) -> ShaderCorePropertiesFlagsAMD
 
fn clone(&self) -> ShaderCorePropertiesFlagsAMD
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 Hash for ShaderCorePropertiesFlagsAMD
 
impl Hash for ShaderCorePropertiesFlagsAMD
Source§impl Not for ShaderCorePropertiesFlagsAMD
 
impl Not for ShaderCorePropertiesFlagsAMD
Source§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 for ShaderCorePropertiesFlagsAMD
 
impl PartialEq for ShaderCorePropertiesFlagsAMD
Source§fn eq(&self, other: &ShaderCorePropertiesFlagsAMD) -> bool
 
fn eq(&self, other: &ShaderCorePropertiesFlagsAMD) -> bool
Tests for 
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ShaderCorePropertiesFlagsAMD
 
impl PartialOrd for ShaderCorePropertiesFlagsAMD
impl Copy for ShaderCorePropertiesFlagsAMD
impl Eq for ShaderCorePropertiesFlagsAMD
impl StructuralPartialEq for ShaderCorePropertiesFlagsAMD
Auto Trait Implementations§
impl Freeze for ShaderCorePropertiesFlagsAMD
impl RefUnwindSafe for ShaderCorePropertiesFlagsAMD
impl Send for ShaderCorePropertiesFlagsAMD
impl Sync for ShaderCorePropertiesFlagsAMD
impl Unpin for ShaderCorePropertiesFlagsAMD
impl UnwindSafe for ShaderCorePropertiesFlagsAMD
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