pub struct SizeTag {
pub name: String,
pub tag_type: u16,
pub mask: Vec<u8>,
}
Expand description
Size file tag
Fields§
§name: String
Tag name
tag_type: u16
Tag type
mask: Vec<u8>
Bitmask indicating which entries have this tag
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SizeTag
impl RefUnwindSafe for SizeTag
impl Send for SizeTag
impl Sync for SizeTag
impl Unpin for SizeTag
impl UnwindSafe for SizeTag
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