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