pub struct SliderOpts { /* private fields */ }Expand description
Optional configuration for Context::slider_with.
Implementations§
Trait Implementations§
Source§impl Clone for SliderOpts
impl Clone for SliderOpts
Source§fn clone(&self) -> SliderOpts
fn clone(&self) -> SliderOpts
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SliderOpts
impl RefUnwindSafe for SliderOpts
impl Send for SliderOpts
impl Sync for SliderOpts
impl Unpin for SliderOpts
impl UnsafeUnpin for SliderOpts
impl UnwindSafe for SliderOpts
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