#[repr(C)]pub struct cuGraphMemcpyNodeGetParams_params_st {
pub hNode: CUgraphNode,
pub nodeParams: *mut CUDA_MEMCPY3D,
}Fields§
§hNode: CUgraphNode§nodeParams: *mut CUDA_MEMCPY3DAuto Trait Implementations§
impl Freeze for cuGraphMemcpyNodeGetParams_params_st
impl RefUnwindSafe for cuGraphMemcpyNodeGetParams_params_st
impl !Send for cuGraphMemcpyNodeGetParams_params_st
impl !Sync for cuGraphMemcpyNodeGetParams_params_st
impl Unpin for cuGraphMemcpyNodeGetParams_params_st
impl UnsafeUnpin for cuGraphMemcpyNodeGetParams_params_st
impl UnwindSafe for cuGraphMemcpyNodeGetParams_params_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