pub struct SampleInformation {
    pub bit_offset: u32,
    pub bit_length: u32,
    pub channel_type: u32,
    pub channel_type_qualifiers: ChannelTypeQualifiers,
    pub sample_positions: [u32; 4],
    pub lower: u32,
    pub upper: u32,
}

Fields

bit_offset: u32bit_length: u32channel_type: u32channel_type_qualifiers: ChannelTypeQualifierssample_positions: [u32; 4]lower: u32upper: u32

Trait Implementations

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.