pub enum Av1Packet {
SequenceStart(AV1CodecConfigurationRecord),
Raw(Bytes),
}Expand description
AV1 Packet This is a container for av1 data. This enum contains the data for the different types of av1 packets.
Variants§
Trait Implementations§
impl StructuralPartialEq for Av1Packet
Auto Trait Implementations§
impl !Freeze for Av1Packet
impl RefUnwindSafe for Av1Packet
impl Send for Av1Packet
impl Sync for Av1Packet
impl Unpin for Av1Packet
impl UnwindSafe for Av1Packet
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