pub struct TcSyncPoint {
pub source_frame: i64,
pub target_frame: i64,
}Expand description
A correspondence between a source frame and a target frame
Fields§
§source_frame: i64Frame number in the source domain
target_frame: i64Corresponding frame number in the target domain
Implementations§
Trait Implementations§
Source§impl Clone for TcSyncPoint
impl Clone for TcSyncPoint
Source§fn clone(&self) -> TcSyncPoint
fn clone(&self) -> TcSyncPoint
Returns a duplicate 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 TcSyncPoint
impl Debug for TcSyncPoint
Source§impl PartialEq for TcSyncPoint
impl PartialEq for TcSyncPoint
impl Copy for TcSyncPoint
impl Eq for TcSyncPoint
impl StructuralPartialEq for TcSyncPoint
Auto Trait Implementations§
impl Freeze for TcSyncPoint
impl RefUnwindSafe for TcSyncPoint
impl Send for TcSyncPoint
impl Sync for TcSyncPoint
impl Unpin for TcSyncPoint
impl UnsafeUnpin for TcSyncPoint
impl UnwindSafe for TcSyncPoint
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