Struct netsim::NetworkHandle[][src]

pub struct NetworkHandle { /* fields omitted */ }

A handle to a Network

Methods

impl NetworkHandle
[src]

Get a copy of the event loop handle

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

Trait Implementations

impl Clone for NetworkHandle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for NetworkHandle

impl !Sync for NetworkHandle