Struct alto::StaticSource [] [src]

pub struct StaticSource<'d: 'c, 'c> { /* fields omitted */ }

A source that can play shared static buffer.

Methods

impl<'d: 'c, 'c> StaticSource<'d, 'c>
[src]

Trait Implementations

impl<'d: 'c, 'c> SourceTrait<'d, 'c> for StaticSource<'d, 'c>
[src]

The context from which this source was created.

Raw handle as provided by OpenAL.

impl<'d: 'c, 'c> PartialEq for StaticSource<'d, 'c>
[src]

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

This method tests for !=.

impl<'d: 'c, 'c> Eq for StaticSource<'d, 'c>
[src]