#[repr(C)]
pub struct FLAC__StreamMetadata_StreamInfo {
pub min_blocksize: u32,
pub max_blocksize: u32,
pub min_framesize: u32,
pub max_framesize: u32,
pub sample_rate: u32,
pub channels: u32,
pub bits_per_sample: u32,
pub total_samples: FLAC__uint64,
pub md5sum: [FLAC__byte; 16],
}
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.