pub struct Dfla {
pub blocks: Vec<FlacMetadataBlock>,
}Fields§
§blocks: Vec<FlacMetadataBlock>Trait Implementations§
impl Eq for Dfla
impl StructuralPartialEq for Dfla
Auto Trait Implementations§
impl Freeze for Dfla
impl RefUnwindSafe for Dfla
impl Send for Dfla
impl Sync for Dfla
impl Unpin for Dfla
impl UnwindSafe for Dfla
Blanket Implementations§
Source§impl<T> Atom for Twhere
T: AtomExt,
impl<T> Atom for Twhere
T: AtomExt,
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