pub struct WarpMarker {
pub source: Time,
pub target: Time,
}Expand description
A warp anchor pairing a source time with its target time.
Fields§
§source: TimeTime in the source material.
target: TimeTime it should land on after warping.
Implementations§
Trait Implementations§
Source§impl Clone for WarpMarker
impl Clone for WarpMarker
Source§fn clone(&self) -> WarpMarker
fn clone(&self) -> WarpMarker
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 WarpMarker
impl Debug for WarpMarker
impl Eq for WarpMarker
Source§impl PartialEq for WarpMarker
impl PartialEq for WarpMarker
impl StructuralPartialEq for WarpMarker
Auto Trait Implementations§
impl Freeze for WarpMarker
impl RefUnwindSafe for WarpMarker
impl Send for WarpMarker
impl Sync for WarpMarker
impl Unpin for WarpMarker
impl UnsafeUnpin for WarpMarker
impl UnwindSafe for WarpMarker
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