#[repr(C)]pub struct cuGraphLaunch_params_st {
pub hGraph: CUgraphExec,
pub hStream: CUstream,
}Fields§
§hGraph: CUgraphExec§hStream: CUstreamAuto Trait Implementations§
impl Freeze for cuGraphLaunch_params_st
impl RefUnwindSafe for cuGraphLaunch_params_st
impl !Send for cuGraphLaunch_params_st
impl !Sync for cuGraphLaunch_params_st
impl Unpin for cuGraphLaunch_params_st
impl UnsafeUnpin for cuGraphLaunch_params_st
impl UnwindSafe for cuGraphLaunch_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