pub struct Overrides {
pub values: HashMap<(NodeId, PropPath), Value>,
}Expand description
Per-frame property patch. Produced by clip/state-machine playback,
consumed by evaluate_with. Never touches the document.
Fields§
§values: HashMap<(NodeId, PropPath), Value>Implementations§
Trait Implementations§
impl StructuralPartialEq for Overrides
Auto Trait Implementations§
impl Freeze for Overrides
impl RefUnwindSafe for Overrides
impl Send for Overrides
impl Sync for Overrides
impl Unpin for Overrides
impl UnsafeUnpin for Overrides
impl UnwindSafe for Overrides
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