pub struct ContentTimeBase {
pub content_time_base_value: u64,
pub metadata_time_base_value: u64,
}Expand description
Time-base block — present when content_time_base_indicator is 1 or 2.
Fields§
§content_time_base_value: u6433-bit content time base value (stored as u64, masked to 33 bits).
metadata_time_base_value: u6433-bit metadata time base value (stored as u64, masked to 33 bits).
Trait Implementations§
Source§impl Clone for ContentTimeBase
impl Clone for ContentTimeBase
Source§fn clone(&self) -> ContentTimeBase
fn clone(&self) -> ContentTimeBase
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ContentTimeBase
impl Debug for ContentTimeBase
impl Eq for ContentTimeBase
Source§impl PartialEq for ContentTimeBase
impl PartialEq for ContentTimeBase
Source§fn eq(&self, other: &ContentTimeBase) -> bool
fn eq(&self, other: &ContentTimeBase) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ContentTimeBase
impl Serialize for ContentTimeBase
impl StructuralPartialEq for ContentTimeBase
Auto Trait Implementations§
impl Freeze for ContentTimeBase
impl RefUnwindSafe for ContentTimeBase
impl Send for ContentTimeBase
impl Sync for ContentTimeBase
impl Unpin for ContentTimeBase
impl UnsafeUnpin for ContentTimeBase
impl UnwindSafe for ContentTimeBase
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