pub struct FLACSpecificBox {
pub blocks: Vec<FLACMetadataBlock>,
/* private fields */
}
Expand description
Represet a FLACSpecificBox ‘dfLa’
Fields§
§blocks: Vec<FLACMetadataBlock>
Trait Implementations§
Source§impl Clone for FLACSpecificBox
impl Clone for FLACSpecificBox
Source§fn clone(&self) -> FLACSpecificBox
fn clone(&self) -> FLACSpecificBox
Returns a copy 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 moreAuto 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