#[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: u32§max_blocksize: u32§min_framesize: u32§max_framesize: u32§sample_rate: u32§channels: u32§bits_per_sample: u32§total_samples: FLAC__uint64§md5sum: [FLAC__byte; 16]Trait Implementations§
Source§impl Clone for FLAC__StreamMetadata_StreamInfo
impl Clone for FLAC__StreamMetadata_StreamInfo
Source§fn clone(&self) -> FLAC__StreamMetadata_StreamInfo
fn clone(&self) -> FLAC__StreamMetadata_StreamInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FLAC__StreamMetadata_StreamInfo
Auto Trait Implementations§
impl Freeze for FLAC__StreamMetadata_StreamInfo
impl RefUnwindSafe for FLAC__StreamMetadata_StreamInfo
impl Send for FLAC__StreamMetadata_StreamInfo
impl Sync for FLAC__StreamMetadata_StreamInfo
impl Unpin for FLAC__StreamMetadata_StreamInfo
impl UnwindSafe for FLAC__StreamMetadata_StreamInfo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more