Struct core_video::base::CVTimeStamp
source · #[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 copy 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 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
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for CVTimeStamp
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 UnwindSafe for CVTimeStamp
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