Struct raui_core::widget::context::WidgetMountOrChangeContext[][src]

pub struct WidgetMountOrChangeContext<'a, 'b> {
    pub id: &'a WidgetId,
    pub props: &'a Props,
    pub shared_props: &'a Props,
    pub state: State<'a>,
    pub messenger: Messenger<'a>,
    pub signals: SignalSender,
    pub animator: Animator<'a>,
    pub process_context: &'a mut ProcessContext<'b>,
}

Fields

id: &'a WidgetIdprops: &'a Propsshared_props: &'a Propsstate: State<'a>messenger: Messenger<'a>signals: SignalSenderanimator: Animator<'a>process_context: &'a mut ProcessContext<'b>

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

Performs the conversion.

Performs the conversion.

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.