#[repr(C)]pub struct cuGraphExecDestroy_params_st {
pub hGraphExec: CUgraphExec,
}Fields§
§hGraphExec: CUgraphExecAuto Trait Implementations§
impl Freeze for cuGraphExecDestroy_params_st
impl RefUnwindSafe for cuGraphExecDestroy_params_st
impl !Send for cuGraphExecDestroy_params_st
impl !Sync for cuGraphExecDestroy_params_st
impl Unpin for cuGraphExecDestroy_params_st
impl UnsafeUnpin for cuGraphExecDestroy_params_st
impl UnwindSafe for cuGraphExecDestroy_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