Enum simplemad_sys::MadDecoderMode [] [src]

#[repr(C)]
pub enum MadDecoderMode { Sync, Async, }

Variants

Trait Implementations

impl Debug for MadDecoderMode
[src]

Formats the value using the given formatter.

impl Clone for MadDecoderMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MadDecoderMode
[src]

impl Default for MadDecoderMode
[src]

Returns the "default value" for a type. Read more