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§impl PartialOrd for GpaSessionAmd
impl PartialOrd for GpaSessionAmd
Source§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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)