#[repr(C)]pub struct FLAC__StreamMetadata_VorbisComment {
pub vendor_string: FLAC__StreamMetadata_VorbisComment_Entry,
pub num_comments: FLAC__uint32,
pub comments: *mut FLAC__StreamMetadata_VorbisComment_Entry,
}Fields§
§vendor_string: FLAC__StreamMetadata_VorbisComment_Entry§num_comments: FLAC__uint32§comments: *mut FLAC__StreamMetadata_VorbisComment_EntryTrait Implementations§
Source§impl Clone for FLAC__StreamMetadata_VorbisComment
impl Clone for FLAC__StreamMetadata_VorbisComment
Source§fn clone(&self) -> FLAC__StreamMetadata_VorbisComment
fn clone(&self) -> FLAC__StreamMetadata_VorbisComment
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_VorbisComment
Auto Trait Implementations§
impl Freeze for FLAC__StreamMetadata_VorbisComment
impl RefUnwindSafe for FLAC__StreamMetadata_VorbisComment
impl !Send for FLAC__StreamMetadata_VorbisComment
impl !Sync for FLAC__StreamMetadata_VorbisComment
impl Unpin for FLAC__StreamMetadata_VorbisComment
impl UnwindSafe for FLAC__StreamMetadata_VorbisComment
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