#[repr(i32)]
pub enum AVTimebaseSource {
AVFMT_TBCF_AUTO,
AVFMT_TBCF_DECODER,
AVFMT_TBCF_DEMUXER,
AVFMT_TBCF_R_FRAMERATE,
}Variants§
Trait Implementations§
source§impl Clone for AVTimebaseSource
impl Clone for AVTimebaseSource
source§fn clone(&self) -> AVTimebaseSource
fn clone(&self) -> AVTimebaseSource
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 AVTimebaseSource
impl Debug for AVTimebaseSource
source§impl Hash for AVTimebaseSource
impl Hash for AVTimebaseSource
source§impl PartialEq<AVTimebaseSource> for AVTimebaseSource
impl PartialEq<AVTimebaseSource> for AVTimebaseSource
source§fn eq(&self, other: &AVTimebaseSource) -> bool
fn eq(&self, other: &AVTimebaseSource) -> bool
This method tests for
self and other values to be equal, and is used
by ==.