#[repr(u32)]pub enum AVDurationEstimationMethod {
AVFMT_DURATION_FROM_PTS = 0,
AVFMT_DURATION_FROM_STREAM = 1,
AVFMT_DURATION_FROM_BITRATE = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for AVDurationEstimationMethod
impl Clone for AVDurationEstimationMethod
Source§fn clone(&self) -> AVDurationEstimationMethod
fn clone(&self) -> AVDurationEstimationMethod
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 AVDurationEstimationMethod
impl Debug for AVDurationEstimationMethod
Source§impl Hash for AVDurationEstimationMethod
impl Hash for AVDurationEstimationMethod
impl Copy for AVDurationEstimationMethod
impl Eq for AVDurationEstimationMethod
impl StructuralPartialEq for AVDurationEstimationMethod
Auto Trait Implementations§
impl Freeze for AVDurationEstimationMethod
impl RefUnwindSafe for AVDurationEstimationMethod
impl Send for AVDurationEstimationMethod
impl Sync for AVDurationEstimationMethod
impl Unpin for AVDurationEstimationMethod
impl UnwindSafe for AVDurationEstimationMethod
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