Struct gooey::frontends::rasterizer::RegisteredTransmogrifier [−][src]
pub struct RegisteredTransmogrifier<R>(pub Box<dyn AnyWidgetRasterizer<R> + 'static, Global>)
where
R: Renderer;
Tuple Fields
0: Box<dyn AnyWidgetRasterizer<R> + 'static, Global>
Methods from Deref<Target = Box<dyn AnyWidgetRasterizer<R> + 'static, Global>>
Trait Implementations
Processes commands and events for this widget and transmogrifier.
pub fn default_state_for(
&self,
widget: &mut (dyn AnyWidget + 'static),
registration: &WidgetRegistration,
frontend: &Rasterizer<R>
) -> TransmogrifierState
pub fn default_state_for(
&self,
widget: &mut (dyn AnyWidget + 'static),
registration: &WidgetRegistration,
frontend: &Rasterizer<R>
) -> TransmogrifierState
Initializes default state for a newly created widget.
type Target = Box<dyn AnyWidgetRasterizer<R> + 'static, Global>
type Target = Box<dyn AnyWidgetRasterizer<R> + 'static, Global>
The resulting type after dereferencing.
Dereferences the value.
Performs the conversion.
Performs the conversion.
impl<B, R> From<ComponentTransmogrifier<B>> for RegisteredTransmogrifier<R> where
R: Renderer,
B: Behavior,
impl<B, R> From<ComponentTransmogrifier<B>> for RegisteredTransmogrifier<R> where
R: Renderer,
B: Behavior,
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl<R> !RefUnwindSafe for RegisteredTransmogrifier<R>
impl<R> Send for RegisteredTransmogrifier<R>
impl<R> Sync for RegisteredTransmogrifier<R>
impl<R> Unpin for RegisteredTransmogrifier<R>
impl<R> !UnwindSafe for RegisteredTransmogrifier<R>
Blanket Implementations
impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S where
T: FloatComponent,
D: AdaptFrom<S, Swp, Dwp, T>,
Swp: WhitePoint,
Dwp: WhitePoint,
impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S where
T: FloatComponent,
D: AdaptFrom<S, Swp, Dwp, T>,
Swp: WhitePoint,
Dwp: WhitePoint,
Mutably borrows from an owned value. Read more
Convert into T with values clamped to the color defined bounds Read more
Convert into T. The resulting color might be invalid in its color space Read more
Convert into T, returning ok if the color is inside of its defined
range, otherwise an OutOfBounds
error is returned which contains
the unclamped color. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more