Struct cocoa::quartzcore::CVTimeStamp
source · #[repr(C)]pub struct CVTimeStamp {
pub version: u32,
pub videoTimeScale: i32,
pub videoTime: i64,
pub hostTime: u64,
pub rateScalar: f64,
pub videoRefreshPeriod: i64,
pub smpteTime: CVSMPTETime,
pub flags: u64,
pub reserved: u64,
}
Fields§
§version: u32
§videoTimeScale: i32
§videoTime: i64
§hostTime: u64
§rateScalar: f64
§videoRefreshPeriod: i64
§smpteTime: CVSMPTETime
§flags: u64
§reserved: u64
Trait 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 moreimpl Copy for CVTimeStamp
Auto Trait Implementations§
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