Struct oxygengine_user_interface::widget::component::containers::scroll_box::SideScrollbarsProps
source · [−]pub struct SideScrollbarsProps {
pub size: f32,
pub back_material: Option<ImageBoxMaterial>,
pub front_material: ImageBoxMaterial,
}
Fields
size: f32
back_material: Option<ImageBoxMaterial>
front_material: ImageBoxMaterial
Trait Implementations
sourceimpl Clone for SideScrollbarsProps
impl Clone for SideScrollbarsProps
sourcefn clone(&self) -> SideScrollbarsProps
fn clone(&self) -> SideScrollbarsProps
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for SideScrollbarsProps
impl Debug for SideScrollbarsProps
sourceimpl Default for SideScrollbarsProps
impl Default for SideScrollbarsProps
sourcefn default() -> SideScrollbarsProps
fn default() -> SideScrollbarsProps
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for SideScrollbarsProps
impl<'de> Deserialize<'de> for SideScrollbarsProps
sourcefn deserialize<__D>(
__deserializer: __D
) -> Result<SideScrollbarsProps, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<SideScrollbarsProps, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Prefab for SideScrollbarsProps
impl Prefab for SideScrollbarsProps
fn from_prefab(data: Value) -> Result<Self, PrefabError>
fn to_prefab(&self) -> Result<Value, PrefabError>
sourceimpl PropsData for SideScrollbarsPropswhere
SideScrollbarsProps: Clone,
impl PropsData for SideScrollbarsPropswhere
SideScrollbarsProps: Clone,
sourceimpl Serialize for SideScrollbarsProps
impl Serialize for SideScrollbarsProps
sourcefn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for SideScrollbarsProps
impl Send for SideScrollbarsProps
impl Sync for SideScrollbarsProps
impl Unpin for SideScrollbarsProps
impl UnwindSafe for SideScrollbarsProps
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more