Struct netsim::NetworkHandle [] [src]

pub struct NetworkHandle { /* fields omitted */ }

A handle to a Network

Methods

impl NetworkHandle
[src]

[src]

Get a copy of the event loop handle

[src]

Spawn a future to the event loop. The future will be cancelled when the Network is destroyed,

Trait Implementations

impl Clone for NetworkHandle
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for NetworkHandle

impl !Sync for NetworkHandle