pub enum GraphCaptureEditAction {
Replay,
Update,
Recapture,
}Expand description
Backend-neutral action selected for a scan graph-capture edit.
Variants§
Replay
Reuse the captured graph without parameter update.
Update
Update graph parameters or copied input bytes without recapturing topology.
Recapture
Re-record the graph because topology, pointer shape, or code changed.
Implementations§
Trait Implementations§
Source§impl Clone for GraphCaptureEditAction
impl Clone for GraphCaptureEditAction
Source§fn clone(&self) -> GraphCaptureEditAction
fn clone(&self) -> GraphCaptureEditAction
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 GraphCaptureEditAction
Source§impl Debug for GraphCaptureEditAction
impl Debug for GraphCaptureEditAction
impl Eq for GraphCaptureEditAction
Source§impl Hash for GraphCaptureEditAction
impl Hash for GraphCaptureEditAction
Source§impl PartialEq for GraphCaptureEditAction
impl PartialEq for GraphCaptureEditAction
Source§fn eq(&self, other: &GraphCaptureEditAction) -> bool
fn eq(&self, other: &GraphCaptureEditAction) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GraphCaptureEditAction
Auto Trait Implementations§
impl Freeze for GraphCaptureEditAction
impl RefUnwindSafe for GraphCaptureEditAction
impl Send for GraphCaptureEditAction
impl Sync for GraphCaptureEditAction
impl Unpin for GraphCaptureEditAction
impl UnsafeUnpin for GraphCaptureEditAction
impl UnwindSafe for GraphCaptureEditAction
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.