pub struct TagHeader {
pub tag_type: TagType,
pub data_size: u32,
pub timestamp: i32,
}Expand description
Flv tag header
Fields§
§tag_type: TagType§data_size: u32§timestamp: i32Implementations§
Trait Implementations§
Source§impl Ord for TagHeader
impl Ord for TagHeader
Source§impl PartialOrd for TagHeader
impl PartialOrd for TagHeader
impl Copy for TagHeader
impl Eq for TagHeader
impl StructuralPartialEq for TagHeader
Auto Trait Implementations§
impl Freeze for TagHeader
impl RefUnwindSafe for TagHeader
impl Send for TagHeader
impl Sync for TagHeader
impl Unpin for TagHeader
impl UnwindSafe for TagHeader
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