#[repr(i32)]pub enum AVTimebaseSource {
AVFMT_TBCF_AUTO = -1,
AVFMT_TBCF_DECODER = 0,
AVFMT_TBCF_DEMUXER = 1,
AVFMT_TBCF_R_FRAMERATE = 2,
}
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 for AVTimebaseSource
impl PartialEq for AVTimebaseSource
impl Copy for AVTimebaseSource
impl Eq for AVTimebaseSource
impl StructuralPartialEq for AVTimebaseSource
Auto Trait Implementations§
impl Freeze for AVTimebaseSource
impl RefUnwindSafe for AVTimebaseSource
impl Send for AVTimebaseSource
impl Sync for AVTimebaseSource
impl Unpin for AVTimebaseSource
impl UnwindSafe for AVTimebaseSource
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