pub struct DrawChanger { /* private fields */ }
Expand description
ChangerInterface of brush stroke.
Implementations§
Source§impl DrawChanger
impl DrawChanger
Sourcepub fn rect(self) -> RectChanger
pub fn rect(self) -> RectChanger
ChangeInterface color.
Trait Implementations§
Source§impl ChangerInterface for DrawChanger
impl ChangerInterface for DrawChanger
Source§type Parent = ContextChanger
type Parent = ContextChanger
Type of parent changer.
Source§type Root = ContextChanger
type Root = ContextChanger
Type of root changer.
Source§fn context(self) -> <DrawChanger as ChangerInterface>::Root
fn context(self) -> <DrawChanger as ChangerInterface>::Root
Get back to root changer.
Source§fn parent(&mut self) -> &mut <DrawChanger as ChangerInterface>::Parent
fn parent(&mut self) -> &mut <DrawChanger as ChangerInterface>::Parent
Get parent.
Source§fn end(self) -> <DrawChanger as ChangerInterface>::Parent
fn end(self) -> <DrawChanger as ChangerInterface>::Parent
Get back to parent changer.
Source§fn change_add<Change>(&mut self, change: Change) -> &mut Selfwhere
Change: ChangeInterface + 'static,
fn change_add<Change>(&mut self, change: Change) -> &mut Selfwhere
Change: ChangeInterface + 'static,
Add change.
Source§impl Clone for DrawChanger
impl Clone for DrawChanger
Source§fn clone(&self) -> DrawChanger
fn clone(&self) -> DrawChanger
Returns a copy 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 DrawChanger
impl Debug for DrawChanger
Source§impl HasIdInterface for DrawChanger
impl HasIdInterface for DrawChanger
Auto Trait Implementations§
impl Freeze for DrawChanger
impl !RefUnwindSafe for DrawChanger
impl !Send for DrawChanger
impl !Sync for DrawChanger
impl Unpin for DrawChanger
impl !UnwindSafe for DrawChanger
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<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>
Source§impl<T> Pointable for T
impl<T> Pointable for T
Source§impl<Target, Original> VectorizedInto<Target> for Originalwhere
Target: VectorizedFrom<Original>,
impl<Target, Original> VectorizedInto<Target> for Originalwhere
Target: VectorizedFrom<Original>,
Source§fn vectorized_into(self) -> Target
fn vectorized_into(self) -> Target
Performs the conversion.