pub struct SideScrollbarsPaperProps {
pub size: Scalar,
pub back_variant: Option<String>,
pub front_variant: String,
}
Fields§
§size: Scalar
§back_variant: Option<String>
§front_variant: String
Trait Implementations§
source§impl Clone for SideScrollbarsPaperProps
impl Clone for SideScrollbarsPaperProps
source§fn clone(&self) -> SideScrollbarsPaperProps
fn clone(&self) -> SideScrollbarsPaperProps
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SideScrollbarsPaperProps
impl Debug for SideScrollbarsPaperProps
source§impl Default for SideScrollbarsPaperProps
impl Default for SideScrollbarsPaperProps
source§impl<'de> Deserialize<'de> for SideScrollbarsPaperProps
impl<'de> Deserialize<'de> for SideScrollbarsPaperProps
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Prefab for SideScrollbarsPaperProps
impl Prefab for SideScrollbarsPaperProps
fn from_prefab(data: Value) -> Result<Self, PrefabError>
fn to_prefab(&self) -> Result<Value, PrefabError>
source§impl PropsData for SideScrollbarsPaperPropswhere
Self: Clone,
impl PropsData for SideScrollbarsPaperPropswhere
Self: Clone,
Auto Trait Implementations§
impl Freeze for SideScrollbarsPaperProps
impl RefUnwindSafe for SideScrollbarsPaperProps
impl Send for SideScrollbarsPaperProps
impl Sync for SideScrollbarsPaperProps
impl Unpin for SideScrollbarsPaperProps
impl UnwindSafe for SideScrollbarsPaperProps
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)