Struct rodio::Endpoint []

pub struct Endpoint(_);

An opaque type that identifies an end point.

Methods

impl Endpoint

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

impl PartialEq<Endpoint> for Endpoint

impl Clone for Endpoint

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more