Struct oxygengine_user_interface::widget::component::interactive::scroll_view::ScrollViewNotifyMessage [−][src]
pub struct ScrollViewNotifyMessage { pub sender: WidgetId, pub state: ScrollViewState, }
Fields
sender: WidgetId
state: ScrollViewState
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ScrollViewNotifyMessage
impl Send for ScrollViewNotifyMessage
impl Sync for ScrollViewNotifyMessage
impl Unpin for ScrollViewNotifyMessage
impl UnwindSafe for ScrollViewNotifyMessage
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