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