#[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_Type§mime_type: *mut c_char§description: *mut FLAC__byte§width: FLAC__uint32§height: FLAC__uint32§depth: FLAC__uint32§colors: FLAC__uint32§data_length: FLAC__uint32§data: *mut FLAC__byteTrait Implementations§
Source§impl Clone for FLAC__StreamMetadata_Picture
impl Clone for FLAC__StreamMetadata_Picture
Source§fn clone(&self) -> FLAC__StreamMetadata_Picture
fn clone(&self) -> FLAC__StreamMetadata_Picture
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 moreSource§impl Debug for FLAC__StreamMetadata_Picture
impl Debug for FLAC__StreamMetadata_Picture
impl Copy for FLAC__StreamMetadata_Picture
Auto Trait Implementations§
impl Freeze for FLAC__StreamMetadata_Picture
impl RefUnwindSafe for FLAC__StreamMetadata_Picture
impl !Send for FLAC__StreamMetadata_Picture
impl !Sync for FLAC__StreamMetadata_Picture
impl Unpin for FLAC__StreamMetadata_Picture
impl UnwindSafe for FLAC__StreamMetadata_Picture
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