Struct ash::extensions::experimental::amd::GpaSampleTypeAmd
source · pub struct GpaSampleTypeAmd(/* private fields */);
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 for GpaSampleTypeAmd
impl PartialEq 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 for GpaSampleTypeAmd
impl PartialOrd 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 moreimpl Copy for GpaSampleTypeAmd
impl Eq for GpaSampleTypeAmd
impl StructuralPartialEq for GpaSampleTypeAmd
Auto Trait Implementations§
impl Freeze for GpaSampleTypeAmd
impl RefUnwindSafe for GpaSampleTypeAmd
impl Send for GpaSampleTypeAmd
impl Sync for GpaSampleTypeAmd
impl Unpin for GpaSampleTypeAmd
impl UnwindSafe for GpaSampleTypeAmd
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