#[repr(C)]pub struct TimeCode { /* private fields */ }
Expand description
Value type that represents a time code. It’s equivalent to a double type value but is used to indicate that this value should be resolved by any time based value resolution.
Trait Implementations§
source§impl VtArray<TimeCode> for ArrayTimeCode
impl VtArray<TimeCode> for ArrayTimeCode
impl Copy for TimeCode
Auto Trait Implementations§
impl RefUnwindSafe for TimeCode
impl Send for TimeCode
impl Sync for TimeCode
impl Unpin for TimeCode
impl UnwindSafe for TimeCode
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