#[repr(C)]pub struct CVTimeStamp {
pub version: u32,
pub videoTimeScale: i32,
pub videoTime: i64,
pub hostTime: u64,
pub rateScalar: c_double,
pub videoRefreshPeriod: i64,
pub smpteTime: CVSMPTETime,
pub flags: u64,
pub reserved: u64,
}Fields§
§version: u32§videoTimeScale: i32§videoTime: i64§hostTime: u64§rateScalar: c_double§videoRefreshPeriod: i64§smpteTime: CVSMPTETime§flags: u64§reserved: u64Trait Implementations§
Source§impl Clone for CVTimeStamp
impl Clone for CVTimeStamp
Source§fn clone(&self) -> CVTimeStamp
fn clone(&self) -> CVTimeStamp
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 moreimpl Copy for CVTimeStamp
Source§impl Debug for CVTimeStamp
impl Debug for CVTimeStamp
Source§impl PartialEq for CVTimeStamp
impl PartialEq for CVTimeStamp
Source§fn eq(&self, other: &CVTimeStamp) -> bool
fn eq(&self, other: &CVTimeStamp) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CVTimeStamp
Auto Trait Implementations§
impl Freeze for CVTimeStamp
impl RefUnwindSafe for CVTimeStamp
impl Send for CVTimeStamp
impl Sync for CVTimeStamp
impl Unpin for CVTimeStamp
impl UnsafeUnpin for CVTimeStamp
impl UnwindSafe for CVTimeStamp
Blanket Implementations§
impl<T> AutoreleaseSafe for Twhere
T: ?Sized,
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