Struct gpui2::VideoTimestamp
source · #[repr(C)]pub struct VideoTimestamp {
pub version: u32,
pub video_time_scale: i32,
pub video_time: i64,
pub host_time: u64,
pub rate_scalar: f64,
pub video_refresh_period: i64,
pub smpte_time: CVSMPTETime,
pub flags: u64,
pub reserved: u64,
}
Fields§
§version: u32
§video_time_scale: i32
§video_time: i64
§host_time: u64
§rate_scalar: f64
§video_refresh_period: i64
§smpte_time: 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