pub struct BrushSelectionLink2D {
pub x_axis: LinkAxisKey,
pub y_axis: LinkAxisKey,
pub x: DataWindow,
pub y: DataWindow,
}Fields§
§x_axis: LinkAxisKey§y_axis: LinkAxisKey§x: DataWindow§y: DataWindowTrait Implementations§
Source§impl Clone for BrushSelectionLink2D
impl Clone for BrushSelectionLink2D
Source§fn clone(&self) -> BrushSelectionLink2D
fn clone(&self) -> BrushSelectionLink2D
Returns a duplicate of the value. Read more
1.0.0 · 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 BrushSelectionLink2D
impl Debug for BrushSelectionLink2D
Source§impl PartialEq for BrushSelectionLink2D
impl PartialEq for BrushSelectionLink2D
impl Copy for BrushSelectionLink2D
impl StructuralPartialEq for BrushSelectionLink2D
Auto Trait Implementations§
impl Freeze for BrushSelectionLink2D
impl RefUnwindSafe for BrushSelectionLink2D
impl Send for BrushSelectionLink2D
impl Sync for BrushSelectionLink2D
impl Unpin for BrushSelectionLink2D
impl UnsafeUnpin for BrushSelectionLink2D
impl UnwindSafe for BrushSelectionLink2D
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