pub struct DsdChunk { /* private fields */ }Expand description
The DSD chunk is the first chunk of a DSF file.
It contains the DSF file size and the offset of the ID3v2 tag if
one exists.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DsdChunk
impl RefUnwindSafe for DsdChunk
impl Send for DsdChunk
impl Sync for DsdChunk
impl Unpin for DsdChunk
impl UnwindSafe for DsdChunk
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