#[repr(C)]pub struct vorbis_comment {
pub user_comments: *mut *mut c_char,
pub comment_lengths: *mut c_int,
pub comments: c_int,
pub vendor: *mut c_char,
}Fields§
§user_comments: *mut *mut c_char§comment_lengths: *mut c_int§comments: c_int§vendor: *mut c_charAuto Trait Implementations§
impl Freeze for vorbis_comment
impl RefUnwindSafe for vorbis_comment
impl !Send for vorbis_comment
impl !Sync for vorbis_comment
impl Unpin for vorbis_comment
impl UnwindSafe for vorbis_comment
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