pub struct PasteTuning {
pub offset: CanvasPoint,
}Expand description
Paste tuning for translating fragments into a destination graph.
Fields§
§offset: CanvasPointAdditional offset applied to every pasted node position.
Trait Implementations§
Source§impl Clone for PasteTuning
impl Clone for PasteTuning
Source§fn clone(&self) -> PasteTuning
fn clone(&self) -> PasteTuning
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 PasteTuning
Source§impl Debug for PasteTuning
impl Debug for PasteTuning
Auto Trait Implementations§
impl Freeze for PasteTuning
impl RefUnwindSafe for PasteTuning
impl Send for PasteTuning
impl Sync for PasteTuning
impl Unpin for PasteTuning
impl UnsafeUnpin for PasteTuning
impl UnwindSafe for PasteTuning
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