Struct ears::RecordContext [] [src]

pub struct RecordContext {
    // some fields omitted
}

The context needed to initialize a new Recorder

Trait Implementations

Derived Implementations

impl Copy for RecordContext

impl Debug for RecordContext

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl PartialEq for RecordContext

fn eq(&self, __arg_0: &RecordContext) -> bool

fn ne(&self, __arg_0: &RecordContext) -> bool

impl Clone for RecordContext

fn clone(&self) -> RecordContext

fn clone_from(&mut self, source: &Self)