#[repr(u32)]
pub enum AVStreamParseType {
AVSTREAM_PARSE_NONE,
AVSTREAM_PARSE_FULL,
AVSTREAM_PARSE_HEADERS,
AVSTREAM_PARSE_TIMESTAMPS,
AVSTREAM_PARSE_FULL_ONCE,
AVSTREAM_PARSE_FULL_RAW,
}Variants§
AVSTREAM_PARSE_NONE
AVSTREAM_PARSE_FULL
AVSTREAM_PARSE_HEADERS
AVSTREAM_PARSE_TIMESTAMPS
AVSTREAM_PARSE_FULL_ONCE
AVSTREAM_PARSE_FULL_RAW
Trait Implementations§
source§impl Clone for AVStreamParseType
impl Clone for AVStreamParseType
source§fn clone(&self) -> AVStreamParseType
fn clone(&self) -> AVStreamParseType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for AVStreamParseType
impl Debug for AVStreamParseType
source§impl Hash for AVStreamParseType
impl Hash for AVStreamParseType
source§impl PartialEq<AVStreamParseType> for AVStreamParseType
impl PartialEq<AVStreamParseType> for AVStreamParseType
source§fn eq(&self, other: &AVStreamParseType) -> bool
fn eq(&self, other: &AVStreamParseType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.