pub struct Prft {
pub reference_track_id: u32,
pub ntp_timestamp: u64,
pub media_time: u64,
pub utc_time_semantics: ReferenceTime,
}Fields§
§reference_track_id: u32§ntp_timestamp: u64§media_time: u64§utc_time_semantics: ReferenceTimeTrait Implementations§
impl Eq for Prft
impl StructuralPartialEq for Prft
Auto Trait Implementations§
impl Freeze for Prft
impl RefUnwindSafe for Prft
impl Send for Prft
impl Sync for Prft
impl Unpin for Prft
impl UnwindSafe for Prft
Blanket Implementations§
Source§impl<T> Atom for Twhere
T: AtomExt,
impl<T> Atom for Twhere
T: AtomExt,
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