#[repr(C)]pub struct AVProducerReferenceTime {
pub wallclock: i64,
pub flags: c_int,
}展开描述
This structure supplies correlation between a packet timestamp and a wall clock production time. The definition follows the Producer Reference Time (‘prft’) as defined in ISO/IEC 14496-12
Fields§
§wallclock: i64A UTC timestamp, in microseconds, since Unix epoch (e.g, av_gettime()).
flags: c_inttrait 实现§
源代码§impl Clone for AVProducerReferenceTime
impl Clone for AVProducerReferenceTime
源代码§fn clone(&self) -> AVProducerReferenceTime
fn clone(&self) -> AVProducerReferenceTime
Returns a duplicate of the value. 阅读更多
1.0.0 · 源代码§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
从
source 执行拷贝赋值。 阅读更多源代码§impl Debug for AVProducerReferenceTime
impl Debug for AVProducerReferenceTime
源代码§impl PartialEq for AVProducerReferenceTime
impl PartialEq for AVProducerReferenceTime
impl Copy for AVProducerReferenceTime
impl Eq for AVProducerReferenceTime
impl StructuralPartialEq for AVProducerReferenceTime
自动 trait 实现§
impl Freeze for AVProducerReferenceTime
impl RefUnwindSafe for AVProducerReferenceTime
impl Send for AVProducerReferenceTime
impl Sync for AVProducerReferenceTime
impl Unpin for AVProducerReferenceTime
impl UnsafeUnpin for AVProducerReferenceTime
impl UnwindSafe for AVProducerReferenceTime
blanket 实现§
源代码§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
源代码§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
从拥有的值可变地借用。 阅读更多