#[repr(C)]pub struct CUDA_HOST_NODE_PARAMS_v2_st {
pub fn_: CUhostFn,
pub userData: *mut c_void,
}
Expand description
Host node parameters
Fields§
§fn_: CUhostFn
< The function to call when the node executes
userData: *mut c_void
< Argument to pass to the function
Trait Implementations§
Source§impl Clone for CUDA_HOST_NODE_PARAMS_v2_st
impl Clone for CUDA_HOST_NODE_PARAMS_v2_st
Source§fn clone(&self) -> CUDA_HOST_NODE_PARAMS_v2_st
fn clone(&self) -> CUDA_HOST_NODE_PARAMS_v2_st
Returns a duplicate 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 CUDA_HOST_NODE_PARAMS_v2_st
impl Debug for CUDA_HOST_NODE_PARAMS_v2_st
impl Copy for CUDA_HOST_NODE_PARAMS_v2_st
Auto Trait Implementations§
impl Freeze for CUDA_HOST_NODE_PARAMS_v2_st
impl RefUnwindSafe for CUDA_HOST_NODE_PARAMS_v2_st
impl !Send for CUDA_HOST_NODE_PARAMS_v2_st
impl !Sync for CUDA_HOST_NODE_PARAMS_v2_st
impl Unpin for CUDA_HOST_NODE_PARAMS_v2_st
impl UnwindSafe for CUDA_HOST_NODE_PARAMS_v2_st
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