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