Struct ash::extensions::experimental::amd::GpaSampleTypeAmd
source · #[repr(transparent)]pub struct GpaSampleTypeAmd(_);
Implementations§
Trait Implementations§
source§impl Clone for GpaSampleTypeAmd
impl Clone for GpaSampleTypeAmd
source§fn clone(&self) -> GpaSampleTypeAmd
fn clone(&self) -> GpaSampleTypeAmd
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 GpaSampleTypeAmd
impl Debug for GpaSampleTypeAmd
source§impl Default for GpaSampleTypeAmd
impl Default for GpaSampleTypeAmd
source§fn default() -> GpaSampleTypeAmd
fn default() -> GpaSampleTypeAmd
Returns the “default value” for a type. Read more
source§impl Hash for GpaSampleTypeAmd
impl Hash for GpaSampleTypeAmd
source§impl Ord for GpaSampleTypeAmd
impl Ord for GpaSampleTypeAmd
source§fn cmp(&self, other: &GpaSampleTypeAmd) -> Ordering
fn cmp(&self, other: &GpaSampleTypeAmd) -> 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<GpaSampleTypeAmd> for GpaSampleTypeAmd
impl PartialEq<GpaSampleTypeAmd> for GpaSampleTypeAmd
source§fn eq(&self, other: &GpaSampleTypeAmd) -> bool
fn eq(&self, other: &GpaSampleTypeAmd) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<GpaSampleTypeAmd> for GpaSampleTypeAmd
impl PartialOrd<GpaSampleTypeAmd> for GpaSampleTypeAmd
source§fn partial_cmp(&self, other: &GpaSampleTypeAmd) -> Option<Ordering>
fn partial_cmp(&self, other: &GpaSampleTypeAmd) -> 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 more