Struct ash::extensions::experimental::amd::GpaSqShaderStageFlags
source · pub struct GpaSqShaderStageFlags(/* private fields */);
Implementations§
Trait Implementations§
source§impl BitAnd for GpaSqShaderStageFlags
impl BitAnd for GpaSqShaderStageFlags
source§impl BitAndAssign for GpaSqShaderStageFlags
impl BitAndAssign for GpaSqShaderStageFlags
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOr for GpaSqShaderStageFlags
impl BitOr for GpaSqShaderStageFlags
source§impl BitOrAssign for GpaSqShaderStageFlags
impl BitOrAssign for GpaSqShaderStageFlags
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXor for GpaSqShaderStageFlags
impl BitXor for GpaSqShaderStageFlags
source§impl BitXorAssign for GpaSqShaderStageFlags
impl BitXorAssign for GpaSqShaderStageFlags
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for GpaSqShaderStageFlags
impl Clone for GpaSqShaderStageFlags
source§fn clone(&self) -> GpaSqShaderStageFlags
fn clone(&self) -> GpaSqShaderStageFlags
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 GpaSqShaderStageFlags
impl Debug for GpaSqShaderStageFlags
source§impl Default for GpaSqShaderStageFlags
impl Default for GpaSqShaderStageFlags
source§impl Hash for GpaSqShaderStageFlags
impl Hash for GpaSqShaderStageFlags
source§impl Not for GpaSqShaderStageFlags
impl Not for GpaSqShaderStageFlags
source§impl Ord for GpaSqShaderStageFlags
impl Ord for GpaSqShaderStageFlags
source§fn cmp(&self, other: &GpaSqShaderStageFlags) -> Ordering
fn cmp(&self, other: &GpaSqShaderStageFlags) -> 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 GpaSqShaderStageFlags
impl PartialEq for GpaSqShaderStageFlags
source§fn eq(&self, other: &GpaSqShaderStageFlags) -> bool
fn eq(&self, other: &GpaSqShaderStageFlags) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for GpaSqShaderStageFlags
impl PartialOrd for GpaSqShaderStageFlags
source§fn partial_cmp(&self, other: &GpaSqShaderStageFlags) -> Option<Ordering>
fn partial_cmp(&self, other: &GpaSqShaderStageFlags) -> 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 GpaSqShaderStageFlags
impl Eq for GpaSqShaderStageFlags
impl StructuralPartialEq for GpaSqShaderStageFlags
Auto Trait Implementations§
impl Freeze for GpaSqShaderStageFlags
impl RefUnwindSafe for GpaSqShaderStageFlags
impl Send for GpaSqShaderStageFlags
impl Sync for GpaSqShaderStageFlags
impl Unpin for GpaSqShaderStageFlags
impl UnwindSafe for GpaSqShaderStageFlags
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