Struct plot_interface::RectChange
source · [−]pub struct RectChange { /* private fields */ }Expand description
Command to draw rectangle.
Implementations
sourceimpl RectChange
impl RectChange
Trait Implementations
sourceimpl ChangeInterface for RectChange
impl ChangeInterface for RectChange
sourcefn add_to<C>(self, changer: &mut C) -> &mut C where
C: ChangerInterface,
Self: 'static,
fn add_to<C>(self, changer: &mut C) -> &mut C where
C: ChangerInterface,
Self: 'static,
Add change to queue of events.
sourceimpl Clone for RectChange
impl Clone for RectChange
sourcefn clone(&self) -> RectChange
fn clone(&self) -> RectChange
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
Auto Trait Implementations
impl RefUnwindSafe for RectChange
impl Send for RectChange
impl Sync for RectChange
impl Unpin for RectChange
impl UnwindSafe for RectChange
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<Target, Original> Into2<Target> for Original where
Target: From2<Original>,
impl<Target, Original> Into2<Target> for Original where
Target: From2<Original>,
fn into2(self) -> Target
fn into2(self) -> Target
Performs the conversion.
impl<T> IntoResult<T> for T
impl<T> IntoResult<T> for T
type Err = Infallible
fn into_result(self) -> Result<T, <T as IntoResult<T>>::Err>
impl<T> Pointable for T
impl<T> Pointable for T
sourceimpl<Target, Original> VectorizedInto<Target> for Original where
Target: VectorizedFrom<Original>,
impl<Target, Original> VectorizedInto<Target> for Original where
Target: VectorizedFrom<Original>,
sourcefn vectorized_into(self) -> Target
fn vectorized_into(self) -> Target
Performs the conversion.
