Struct dsnp_graph_sdk_ffi::GraphConnections
source · #[repr(C)]pub struct GraphConnections {
pub connections: *mut DsnpGraphEdge,
pub connections_len: usize,
}
Expand description
Output type fordsnp_graph_core::dsnp::dsn_types::DsnpGraphEdge
list
Fields§
§connections: *mut DsnpGraphEdge
§connections_len: usize
Auto Trait Implementations§
impl RefUnwindSafe for GraphConnections
impl !Send for GraphConnections
impl !Sync for GraphConnections
impl Unpin for GraphConnections
impl UnwindSafe for GraphConnections
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