Struct cpal::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 Clone for Endpoint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Endpoint
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Endpoint
[src]