pub struct PaintFilter(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for PaintFilter
impl Clone for PaintFilter
Source§fn clone(&self) -> PaintFilter
fn clone(&self) -> PaintFilter
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 PaintFilter
impl Debug for PaintFilter
Source§impl<'bp> Filter<'bp> for PaintFilter
impl<'bp> Filter<'bp> for PaintFilter
type Output = Element<'bp>
fn filter<'a>( &mut self, widget: &'a mut WidgetContainer<'bp>, attribute_storage: &AttributeStorage<'_>, ) -> FilterOutput<&'a mut Self::Output, Self>
impl Copy for PaintFilter
Auto Trait Implementations§
impl Freeze for PaintFilter
impl RefUnwindSafe for PaintFilter
impl Send for PaintFilter
impl Sync for PaintFilter
impl Unpin for PaintFilter
impl UnwindSafe for PaintFilter
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