pub struct FLACSpecificBox {
pub blocks: TryVec<FLACMetadataBlock>,
/* private fields */
}Expand description
Represents a FLACSpecificBox ‘dfLa’
Fields§
§blocks: TryVec<FLACMetadataBlock>Trait Implementations§
Auto Trait Implementations§
impl Freeze for FLACSpecificBox
impl RefUnwindSafe for FLACSpecificBox
impl Send for FLACSpecificBox
impl Sync for FLACSpecificBox
impl Unpin for FLACSpecificBox
impl UnwindSafe for FLACSpecificBox
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