pub struct ShaderCorePropertiesFlagsAMD(/* private fields */);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 for ShaderCorePropertiesFlagsAMD
impl BitAnd for ShaderCorePropertiesFlagsAMD
Source§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 for ShaderCorePropertiesFlagsAMD
impl BitAndAssign for ShaderCorePropertiesFlagsAMD
Source§fn bitand_assign(&mut self, rhs: ShaderCorePropertiesFlagsAMD)
fn bitand_assign(&mut self, rhs: ShaderCorePropertiesFlagsAMD)
Performs the
&= operation. Read moreSource§impl BitOr for ShaderCorePropertiesFlagsAMD
impl BitOr for ShaderCorePropertiesFlagsAMD
Source§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 for ShaderCorePropertiesFlagsAMD
impl BitOrAssign for ShaderCorePropertiesFlagsAMD
Source§fn bitor_assign(&mut self, rhs: ShaderCorePropertiesFlagsAMD)
fn bitor_assign(&mut self, rhs: ShaderCorePropertiesFlagsAMD)
Performs the
|= operation. Read moreSource§impl BitXor for ShaderCorePropertiesFlagsAMD
impl BitXor for ShaderCorePropertiesFlagsAMD
Source§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 for ShaderCorePropertiesFlagsAMD
impl BitXorAssign 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 duplicate of the value. Read more
1.0.0§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
Source§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§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 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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)