#[repr(u32)]pub enum AVStreamParseType {
AVSTREAM_PARSE_NONE = 0,
AVSTREAM_PARSE_FULL = 1,
AVSTREAM_PARSE_HEADERS = 2,
AVSTREAM_PARSE_TIMESTAMPS = 3,
AVSTREAM_PARSE_FULL_ONCE = 4,
AVSTREAM_PARSE_FULL_RAW = 5,
}Variants§
AVSTREAM_PARSE_NONE = 0
AVSTREAM_PARSE_FULL = 1
AVSTREAM_PARSE_HEADERS = 2
AVSTREAM_PARSE_TIMESTAMPS = 3
AVSTREAM_PARSE_FULL_ONCE = 4
AVSTREAM_PARSE_FULL_RAW = 5
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 for AVStreamParseType
impl PartialEq 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 ==.impl Copy for AVStreamParseType
impl Eq for AVStreamParseType
impl StructuralPartialEq for AVStreamParseType
Auto Trait Implementations§
impl Freeze for AVStreamParseType
impl RefUnwindSafe for AVStreamParseType
impl Send for AVStreamParseType
impl Sync for AVStreamParseType
impl Unpin for AVStreamParseType
impl UnwindSafe for AVStreamParseType
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)