[−][src]Struct spectrusty_core::clock::VideoTsData2
A timestamp with packed N-bits of data.
Fields
vc: TsImplementations
impl VideoTsData2[src]
pub const fn new(vts: VideoTs, data: u8) -> Self[src]
pub fn into_data(self) -> u8[src]
pub fn data(&self) -> u8[src]
pub fn set_data(&mut self, data: u8)[src]
pub fn hc(&self) -> Ts[src]
Trait Implementations
impl Clone for VideoTsData2[src]
pub fn clone(&self) -> VideoTsData2[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for VideoTsData2[src]
impl Debug for VideoTsData2[src]
impl Default for VideoTsData2[src]
pub fn default() -> VideoTsData2[src]
impl Eq for VideoTsData2[src]
impl From<&'_ VideoTsData2> for VideoTs[src]
pub fn from(vtsd: &VideoTsData2) -> Self[src]
impl<V: VideoFrame> From<&'_ VideoTsData2> for VFrameTs<V>[src]
pub fn from(vtsd: &VideoTsData2) -> Self[src]
impl<V> From<(VFrameTs<V>, u8)> for VideoTsData2[src]
impl From<(VideoTs, u8)> for VideoTsData2[src]
impl From<VideoTsData2> for VideoTs[src]
pub fn from(vtsd: VideoTsData2) -> Self[src]
impl<V: VideoFrame> From<VideoTsData2> for VFrameTs<V>[src]
pub fn from(vtsd: VideoTsData2) -> Self[src]
impl Ord for VideoTsData2[src]
pub fn cmp(&self, other: &VideoTsData2) -> Ordering[src]
#[must_use]pub fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn clamp(self, min: Self, max: Self) -> Self1.50.0[src]
impl PartialEq<VideoTsData2> for VideoTsData2[src]
pub fn eq(&self, other: &VideoTsData2) -> bool[src]
pub fn ne(&self, other: &VideoTsData2) -> bool[src]
impl PartialOrd<VideoTsData2> for VideoTsData2[src]
pub fn partial_cmp(&self, other: &VideoTsData2) -> Option<Ordering>[src]
pub fn lt(&self, other: &VideoTsData2) -> bool[src]
pub fn le(&self, other: &VideoTsData2) -> bool[src]
pub fn gt(&self, other: &VideoTsData2) -> bool[src]
pub fn ge(&self, other: &VideoTsData2) -> bool[src]
impl StructuralEq for VideoTsData2[src]
impl StructuralPartialEq for VideoTsData2[src]
Auto Trait Implementations
impl RefUnwindSafe for VideoTsData2[src]
impl Send for VideoTsData2[src]
impl Sync for VideoTsData2[src]
impl Unpin for VideoTsData2[src]
impl UnwindSafe for VideoTsData2[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,