pub struct OggOpusComments { /* private fields */ }Trait Implementations§
Source§impl Clone for OggOpusComments
impl Clone for OggOpusComments
Source§fn clone(&self) -> OggOpusComments
fn clone(&self) -> OggOpusComments
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 OggOpusComments
impl Debug for OggOpusComments
impl Copy for OggOpusComments
Auto Trait Implementations§
impl Freeze for OggOpusComments
impl RefUnwindSafe for OggOpusComments
impl Send for OggOpusComments
impl Sync for OggOpusComments
impl Unpin for OggOpusComments
impl UnwindSafe for OggOpusComments
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