#[repr(C)]pub struct cuGraphGetId_params_st {
pub hGraph: CUgraph,
pub graphId: *mut c_uint,
}Fields§
§hGraph: CUgraph§graphId: *mut c_uintAuto Trait Implementations§
impl Freeze for cuGraphGetId_params_st
impl RefUnwindSafe for cuGraphGetId_params_st
impl !Send for cuGraphGetId_params_st
impl !Sync for cuGraphGetId_params_st
impl Unpin for cuGraphGetId_params_st
impl UnsafeUnpin for cuGraphGetId_params_st
impl UnwindSafe for cuGraphGetId_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