pub struct CVTimeStamp {
pub version: u32,
pub video_timescale: i32,
pub video_time: i64,
pub host_time: u64,
pub rate_scalar: f64,
pub video_refresh_period: i64,
/* private fields */
}Fields§
§version: u32§video_timescale: i32§video_time: i64§host_time: u64§rate_scalar: f64§video_refresh_period: i64Auto 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