pub struct ID3V1Tag { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ID3V1Tag
impl RefUnwindSafe for ID3V1Tag
impl Send for ID3V1Tag
impl Sync for ID3V1Tag
impl Unpin for ID3V1Tag
impl UnwindSafe for ID3V1Tag
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