Struct libflac_sys::FLAC__FrameHeader[][src]

#[repr(C)]
pub struct FLAC__FrameHeader { pub blocksize: u32, pub sample_rate: u32, pub channels: u32, pub channel_assignment: FLAC__ChannelAssignment, pub bits_per_sample: u32, pub number_type: FLAC__FrameNumberType, pub number: FLAC__FrameHeader__bindgen_ty_1, pub crc: FLAC__uint8, }

Fields

blocksize: u32sample_rate: u32channels: u32channel_assignment: FLAC__ChannelAssignmentbits_per_sample: u32number_type: FLAC__FrameNumberTypenumber: FLAC__FrameHeader__bindgen_ty_1crc: FLAC__uint8

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. 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.