Struct ears::RecordContext [] [src]

pub struct RecordContext { /* fields omitted */ }

The context needed to initialize a new Recorder

Trait Implementations

impl Clone for RecordContext
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for RecordContext
[src]

[src]

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

[src]

This method tests for !=.

impl Debug for RecordContext
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for RecordContext
[src]

Auto Trait Implementations

impl Send for RecordContext

impl Sync for RecordContext