Struct oxygengine_user_interface::widget::component::containers::scroll_box::SideScrollbarsProps [−][src]
pub struct SideScrollbarsProps {
pub size: f32,
pub back_material: Option<ImageBoxMaterial>,
pub front_material: ImageBoxMaterial,
}Fields
size: f32back_material: Option<ImageBoxMaterial>front_material: ImageBoxMaterialTrait Implementations
impl Clone for SideScrollbarsProps[src]
impl Clone for SideScrollbarsProps[src]pub fn clone(&self) -> SideScrollbarsProps[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for SideScrollbarsProps[src]
impl Debug for SideScrollbarsProps[src]impl Default for SideScrollbarsProps[src]
impl Default for SideScrollbarsProps[src]pub fn default() -> SideScrollbarsProps[src]
impl<'de> Deserialize<'de> for SideScrollbarsProps[src]
impl<'de> Deserialize<'de> for SideScrollbarsProps[src]pub fn deserialize<__D>(
__deserializer: __D
) -> Result<SideScrollbarsProps, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>, [src]
__deserializer: __D
) -> Result<SideScrollbarsProps, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
impl Prefab for SideScrollbarsProps[src]
impl Prefab for SideScrollbarsProps[src]pub fn from_prefab(data: Value) -> Result<Self, PrefabError>[src]
pub fn to_prefab(&self) -> Result<Value, PrefabError>[src]
impl PropsData for SideScrollbarsProps where
SideScrollbarsProps: Clone, [src]
impl PropsData for SideScrollbarsProps where
SideScrollbarsProps: Clone, [src]impl Serialize for SideScrollbarsProps[src]
impl Serialize for SideScrollbarsProps[src]pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer, [src]
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Auto Trait Implementations
impl RefUnwindSafe for SideScrollbarsProps
impl RefUnwindSafe for SideScrollbarsPropsimpl Send for SideScrollbarsProps
impl Send for SideScrollbarsPropsimpl Sync for SideScrollbarsProps
impl Sync for SideScrollbarsPropsimpl Unpin for SideScrollbarsProps
impl Unpin for SideScrollbarsPropsimpl UnwindSafe for SideScrollbarsProps
impl UnwindSafe for SideScrollbarsPropsBlanket Implementations
impl<T> Any for T where
T: Any,
impl<T> Any for T where
T: Any, pub fn get_type_id(&self) -> TypeId
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]impl<T> TryDefault for T where
T: Default,
impl<T> TryDefault for T where
T: Default,