Struct libflac_sys::FLAC__StreamMetadata_Picture[][src]

#[repr(C)]
pub struct FLAC__StreamMetadata_Picture { pub type_: FLAC__StreamMetadata_Picture_Type, pub mime_type: *mut c_char, pub description: *mut FLAC__byte, pub width: FLAC__uint32, pub height: FLAC__uint32, pub depth: FLAC__uint32, pub colors: FLAC__uint32, pub data_length: FLAC__uint32, pub data: *mut FLAC__byte, }

Fields

type_: FLAC__StreamMetadata_Picture_Typemime_type: *mut c_chardescription: *mut FLAC__bytewidth: FLAC__uint32height: FLAC__uint32depth: FLAC__uint32colors: FLAC__uint32data_length: FLAC__uint32data: *mut FLAC__byte

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.