#[repr(C)]pub struct ihipMemGenericAllocationHandle { /* private fields */ }
Trait Implementations§
Source§impl Clone for ihipMemGenericAllocationHandle
impl Clone for ihipMemGenericAllocationHandle
Source§fn clone(&self) -> ihipMemGenericAllocationHandle
fn clone(&self) -> ihipMemGenericAllocationHandle
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 moreimpl Copy for ihipMemGenericAllocationHandle
Auto Trait Implementations§
impl Freeze for ihipMemGenericAllocationHandle
impl RefUnwindSafe for ihipMemGenericAllocationHandle
impl Send for ihipMemGenericAllocationHandle
impl Sync for ihipMemGenericAllocationHandle
impl Unpin for ihipMemGenericAllocationHandle
impl UnwindSafe for ihipMemGenericAllocationHandle
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