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