Struct symphonia_utils_xiph::flac::metadata::MetadataBlockHeader
source · pub struct MetadataBlockHeader {
pub is_last: bool,
pub block_type: MetadataBlockType,
pub block_len: u32,
}
Fields§
§is_last: bool
§block_type: MetadataBlockType
§block_len: u32
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MetadataBlockHeader
impl Send for MetadataBlockHeader
impl Sync for MetadataBlockHeader
impl Unpin for MetadataBlockHeader
impl UnwindSafe for MetadataBlockHeader
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