pub struct ScrollView(/* private fields */);Expand description
Builder for a ScrollView container
Implementations§
Trait Implementations§
Source§impl Builder for ScrollView
impl Builder for ScrollView
Source§fn build(self) -> PluginValue
fn build(self) -> PluginValue
Convert this builder to a PluginValue
Auto Trait Implementations§
impl Freeze for ScrollView
impl RefUnwindSafe for ScrollView
impl Send for ScrollView
impl Sync for ScrollView
impl Unpin for ScrollView
impl UnsafeUnpin for ScrollView
impl UnwindSafe for ScrollView
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