Struct ndi::find::Find[][src]

pub struct Find { /* fields omitted */ }
Expand description

A struct to locate sources available on the network

Normally used in conjunction with Recv. Internally, it uses a cross-process P2P mDNS implementation to locate sources on the network. (It commonly takes a few seconds to locate all of the sources available, since this requires other running machines to send response messages.)

Implementations

Create a new instance with default constructor

List current sources

Trait Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.