pub struct Swf<'a> {
pub header: HeaderExt,
pub tags: Vec<Tag<'a>>,
}
Expand description
A complete header and tags in the SWF file.
This is returned by the swf::parse_swf
convenience method.
Fields§
§header: HeaderExt
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Swf<'a>
impl<'a> RefUnwindSafe for Swf<'a>
impl<'a> Send for Swf<'a>
impl<'a> Sync for Swf<'a>
impl<'a> Unpin for Swf<'a>
impl<'a> UnwindSafe for Swf<'a>
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