Struct h264_reader::nal::sei::pic_timing::ClockTimestamp
source · pub struct ClockTimestamp {
pub ct_type: CtType,
pub nuit_field_based_flag: bool,
pub counting_type: CountingType,
pub discontinuity_flag: bool,
pub cnt_dropped_flag: bool,
pub n_frames: u8,
pub smh: SecMinHour,
pub time_offset: Option<i32>,
}Fields§
§ct_type: CtType§nuit_field_based_flag: bool§counting_type: CountingType§discontinuity_flag: bool§cnt_dropped_flag: bool§n_frames: u8§smh: SecMinHour§time_offset: Option<i32>Trait Implementations§
source§impl Debug for ClockTimestamp
impl Debug for ClockTimestamp
source§impl PartialEq for ClockTimestamp
impl PartialEq for ClockTimestamp
source§fn eq(&self, other: &ClockTimestamp) -> bool
fn eq(&self, other: &ClockTimestamp) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for ClockTimestamp
impl StructuralPartialEq for ClockTimestamp
Auto Trait Implementations§
impl Freeze for ClockTimestamp
impl RefUnwindSafe for ClockTimestamp
impl Send for ClockTimestamp
impl Sync for ClockTimestamp
impl Unpin for ClockTimestamp
impl UnwindSafe for ClockTimestamp
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