Struct simplemad_sys::MadHeader [] [src]

#[repr(C)]
pub struct MadHeader { pub layer: MadLayer, pub mode: MadMode, pub mode_extension: c_int, pub emphasis: MadEmphasis, pub bit_rate: c_ulong, pub sample_rate: c_uint, pub crc_check: c_ushort, pub crc_target: c_ushort, pub flags: c_int, pub private_bits: c_int, pub duration: MadTimer, }

Fields

Trait Implementations

impl Default for MadHeader
[src]

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

impl Debug for MadHeader
[src]

Formats the value using the given formatter.

impl Clone for MadHeader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MadHeader
[src]