pub struct P2pGraph {
pub edges: Vec<Vec<bool>>,
pub device_count: u32,
}Fields§
§edges: Vec<Vec<bool>>§device_count: u32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for P2pGraph
impl RefUnwindSafe for P2pGraph
impl Send for P2pGraph
impl Sync for P2pGraph
impl Unpin for P2pGraph
impl UnsafeUnpin for P2pGraph
impl UnwindSafe for P2pGraph
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