Struct rinimp3::FrameInfo[][src]

#[repr(C)]
pub struct FrameInfo { pub frame_bytes: i32, pub channels: i32, pub hz: i32, pub layer: i32, pub bitrate_kbps: i32, }

Fields

Trait Implementations

impl Copy for FrameInfo
[src]

impl Default for FrameInfo
[src]

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

impl Debug for FrameInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for FrameInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for FrameInfo

impl Sync for FrameInfo