Struct raui_core::widget::component::interactive::scroll_view::ScrollViewNotifyProps [−][src]
pub struct ScrollViewNotifyProps(pub WidgetIdOrRef);
Trait Implementations
impl Clone for ScrollViewNotifyProps[src]
impl Clone for ScrollViewNotifyProps[src]fn clone(&self) -> ScrollViewNotifyProps[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Default for ScrollViewNotifyProps[src]
impl Default for ScrollViewNotifyProps[src]fn default() -> ScrollViewNotifyProps[src]
impl<'de> Deserialize<'de> for ScrollViewNotifyProps[src]
impl<'de> Deserialize<'de> for ScrollViewNotifyProps[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Prefab for ScrollViewNotifyProps[src]
impl Prefab for ScrollViewNotifyProps[src]fn from_prefab(data: PrefabValue) -> Result<Self, PrefabError>[src]
fn to_prefab(&self) -> Result<PrefabValue, PrefabError>[src]
impl PropsData for ScrollViewNotifyProps where
Self: Clone, [src]
impl PropsData for ScrollViewNotifyProps where
Self: Clone, [src]impl Serialize for ScrollViewNotifyProps[src]
impl Serialize for ScrollViewNotifyProps[src]Auto Trait Implementations
impl RefUnwindSafe for ScrollViewNotifyProps
impl RefUnwindSafe for ScrollViewNotifyPropsimpl Send for ScrollViewNotifyProps
impl Send for ScrollViewNotifyPropsimpl Sync for ScrollViewNotifyProps
impl Sync for ScrollViewNotifyPropsimpl Unpin for ScrollViewNotifyProps
impl Unpin for ScrollViewNotifyPropsimpl UnwindSafe for ScrollViewNotifyProps
impl UnwindSafe for ScrollViewNotifyPropsBlanket Implementations
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]