Struct rodio::Endpoint [] [src]

pub struct Endpoint(_);

An opaque type that identifies an end point.

Methods

impl Endpoint
[src]

Returns an iterator that produces the list of formats that are supported by the backend.

Returns the name of the endpoint.

Trait Implementations

impl Eq for Endpoint
[src]

impl PartialEq<Endpoint> for Endpoint
[src]

impl Clone for Endpoint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more