logo
pub struct Element<'a, Message, Renderer> { /* private fields */ }
Expand description

A generic Overlay.

Implementations

Creates a new Element containing the given Overlay.

Returns the position of the Element.

Translates the Element.

Applies a transformation to the produced message of the Element.

Computes the layout of the Element in the given bounds.

Processes a runtime Event.

Returns the current [mouse::Interaction] of the Element.

Draws the Element and its children using the given Layout.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.