#[repr(C)]pub struct _HEVCTIMECODESET {Show 16 fields
pub time_offset_value: c_uint,
pub n_frames: c_ushort,
pub clock_timestamp_flag: c_uchar,
pub units_field_based_flag: c_uchar,
pub counting_type: c_uchar,
pub full_timestamp_flag: c_uchar,
pub discontinuity_flag: c_uchar,
pub cnt_dropped_flag: c_uchar,
pub seconds_value: c_uchar,
pub minutes_value: c_uchar,
pub hours_value: c_uchar,
pub seconds_flag: c_uchar,
pub minutes_flag: c_uchar,
pub hours_flag: c_uchar,
pub time_offset_length: c_uchar,
pub reserved: c_uchar,
}
Fields§
§time_offset_value: c_uint
§n_frames: c_ushort
§clock_timestamp_flag: c_uchar
§units_field_based_flag: c_uchar
§counting_type: c_uchar
§full_timestamp_flag: c_uchar
§discontinuity_flag: c_uchar
§cnt_dropped_flag: c_uchar
§seconds_value: c_uchar
§minutes_value: c_uchar
§hours_value: c_uchar
§seconds_flag: c_uchar
§minutes_flag: c_uchar
§hours_flag: c_uchar
§time_offset_length: c_uchar
§reserved: c_uchar
Trait Implementations§
Source§impl Clone for _HEVCTIMECODESET
impl Clone for _HEVCTIMECODESET
Source§fn clone(&self) -> _HEVCTIMECODESET
fn clone(&self) -> _HEVCTIMECODESET
Returns a duplicate 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 _HEVCTIMECODESET
impl Debug for _HEVCTIMECODESET
Source§impl Default for _HEVCTIMECODESET
impl Default for _HEVCTIMECODESET
Source§fn default() -> _HEVCTIMECODESET
fn default() -> _HEVCTIMECODESET
Returns the “default value” for a type. Read more
Source§impl Hash for _HEVCTIMECODESET
impl Hash for _HEVCTIMECODESET
Source§impl Ord for _HEVCTIMECODESET
impl Ord for _HEVCTIMECODESET
Source§fn cmp(&self, other: &_HEVCTIMECODESET) -> Ordering
fn cmp(&self, other: &_HEVCTIMECODESET) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _HEVCTIMECODESET
impl PartialEq for _HEVCTIMECODESET
Source§impl PartialOrd for _HEVCTIMECODESET
impl PartialOrd for _HEVCTIMECODESET
impl Copy for _HEVCTIMECODESET
impl Eq for _HEVCTIMECODESET
impl StructuralPartialEq for _HEVCTIMECODESET
Auto Trait Implementations§
impl Freeze for _HEVCTIMECODESET
impl RefUnwindSafe for _HEVCTIMECODESET
impl Send for _HEVCTIMECODESET
impl Sync for _HEVCTIMECODESET
impl Unpin for _HEVCTIMECODESET
impl UnwindSafe for _HEVCTIMECODESET
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