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