Struct ash::vk::ShaderCorePropertiesFlagsAMD
source · 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 copy 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 Debug for ShaderCorePropertiesFlagsAMD
impl Debug for ShaderCorePropertiesFlagsAMD
source§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
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for ShaderCorePropertiesFlagsAMD
impl PartialOrd for ShaderCorePropertiesFlagsAMD
source§fn partial_cmp(&self, other: &ShaderCorePropertiesFlagsAMD) -> Option<Ordering>
fn partial_cmp(&self, other: &ShaderCorePropertiesFlagsAMD) -> Option<Ordering>
1.0.0 · source§fn 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 moreimpl 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