Struct raui_core::widget::component::interactive::button::ButtonNotifyMessage [−][src]
pub struct ButtonNotifyMessage {
pub sender: WidgetId,
pub state: ButtonProps,
pub prev: ButtonProps,
}Fields
sender: WidgetIdstate: ButtonPropsprev: ButtonPropsImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ButtonNotifyMessageimpl Send for ButtonNotifyMessageimpl Sync for ButtonNotifyMessageimpl Unpin for ButtonNotifyMessageimpl UnwindSafe for ButtonNotifyMessageBlanket Implementations
Mutably borrows from an owned value. Read more