Struct oxygengine_user_interface::widget::component::interactive::scroll_view::ScrollViewNotifyMessage [−][src]
pub struct ScrollViewNotifyMessage {
pub sender: WidgetId,
pub state: ScrollViewState,
}Fields
sender: WidgetIdstate: ScrollViewStateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ScrollViewNotifyMessageimpl Send for ScrollViewNotifyMessageimpl Sync for ScrollViewNotifyMessageimpl Unpin for ScrollViewNotifyMessageimpl UnwindSafe for ScrollViewNotifyMessageBlanket Implementations
Mutably borrows from an owned value. Read more