pub enum TimeEffect {
WindowChanged {
start: f64,
end: f64,
},
}Expand description
Side work as data (FC-8): the visible window moved. A host relays it to any linked axes (the “one scrubber drives several facets” case).
Variants§
Trait Implementations§
Source§impl Clone for TimeEffect
impl Clone for TimeEffect
Source§fn clone(&self) -> TimeEffect
fn clone(&self) -> TimeEffect
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 moreimpl Copy for TimeEffect
Source§impl Debug for TimeEffect
impl Debug for TimeEffect
Source§impl PartialEq for TimeEffect
impl PartialEq for TimeEffect
impl StructuralPartialEq for TimeEffect
Auto Trait Implementations§
impl Freeze for TimeEffect
impl RefUnwindSafe for TimeEffect
impl Send for TimeEffect
impl Sync for TimeEffect
impl Unpin for TimeEffect
impl UnsafeUnpin for TimeEffect
impl UnwindSafe for TimeEffect
Blanket Implementations§
impl<T> Allocation for T
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