pub struct FrameTagsChunk {
pub number_of_tags: u16,
pub tags: Vec<Tag>,
}
Fields§
Implementations§
Auto Trait Implementations§
impl Freeze for FrameTagsChunk
impl RefUnwindSafe for FrameTagsChunk
impl Send for FrameTagsChunk
impl Sync for FrameTagsChunk
impl Unpin for FrameTagsChunk
impl UnwindSafe for FrameTagsChunk
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