#[repr(C)]pub struct cuGraphGetEdges_v2_params_st {
pub hGraph: CUgraph,
pub from: *mut CUgraphNode,
pub to: *mut CUgraphNode,
pub edgeData: *mut CUgraphEdgeData,
pub numEdges: *mut usize,
}Fields§
§hGraph: CUgraph§from: *mut CUgraphNode§to: *mut CUgraphNode§edgeData: *mut CUgraphEdgeData§numEdges: *mut usizeAuto Trait Implementations§
impl Freeze for cuGraphGetEdges_v2_params_st
impl RefUnwindSafe for cuGraphGetEdges_v2_params_st
impl !Send for cuGraphGetEdges_v2_params_st
impl !Sync for cuGraphGetEdges_v2_params_st
impl Unpin for cuGraphGetEdges_v2_params_st
impl UnsafeUnpin for cuGraphGetEdges_v2_params_st
impl UnwindSafe for cuGraphGetEdges_v2_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