#[repr(C)]pub struct hipHostNodeParams {
pub fn_: hipHostFn_t,
pub userData: *mut c_void,
}
Fields§
§fn_: hipHostFn_t
§userData: *mut c_void
Trait Implementations§
Source§impl Clone for hipHostNodeParams
impl Clone for hipHostNodeParams
Source§fn clone(&self) -> hipHostNodeParams
fn clone(&self) -> hipHostNodeParams
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 hipHostNodeParams
impl Debug for hipHostNodeParams
impl Copy for hipHostNodeParams
Auto Trait Implementations§
impl Freeze for hipHostNodeParams
impl RefUnwindSafe for hipHostNodeParams
impl !Send for hipHostNodeParams
impl !Sync for hipHostNodeParams
impl Unpin for hipHostNodeParams
impl UnwindSafe for hipHostNodeParams
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