Struct alto::Context [] [src]

pub struct Context<'d> { /* fields omitted */ }

Methods

impl<'d> Context<'d>
[src]

The device from which this context was created.

Raw context pointer as provided by OpenAL.

Create a new static source.

Create a new streaming source.

Trait Implementations

impl<'d> PartialEq for Context<'d>
[src]

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

This method tests for !=.

impl<'d> Eq for Context<'d>
[src]

impl<'d> Drop for Context<'d>
[src]

A method called when the value goes out of scope. Read more

impl<'d> Send for Context<'d>
[src]

impl<'d> Sync for Context<'d>
[src]