Struct oxygengine_user_interface::widget::component::interactive::button::ButtonNotifyMessage [−][src]
pub struct ButtonNotifyMessage { pub sender: WidgetId, pub state: ButtonProps, pub prev: ButtonProps, }
Fields
sender: WidgetId
state: ButtonProps
prev: ButtonProps
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ButtonNotifyMessage
impl Send for ButtonNotifyMessage
impl Sync for ButtonNotifyMessage
impl Unpin for ButtonNotifyMessage
impl UnwindSafe for ButtonNotifyMessage
Blanket Implementations
impl<T> Any for T where
T: Any,
impl<T> Any for T where
T: Any,
pub fn get_type_id(&self) -> TypeId
Mutably borrows from an owned value. Read more