Struct libflac_sys::FLAC__StreamMetadata_StreamInfo[][src]

#[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], }

Fields

min_blocksize: u32max_blocksize: u32min_framesize: u32max_framesize: u32sample_rate: u32channels: u32bits_per_sample: u32total_samples: FLAC__uint64md5sum: [FLAC__byte; 16]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.