#[non_exhaustive]pub struct SliderControlDisplayOptions { /* private fields */ }Expand description
The display options of a control.
Implementations§
source§impl SliderControlDisplayOptions
impl SliderControlDisplayOptions
sourcepub fn title_options(&self) -> Option<&LabelOptions>
pub fn title_options(&self) -> Option<&LabelOptions>
The options to configure the title visibility, name, and font size.
source§impl SliderControlDisplayOptions
impl SliderControlDisplayOptions
sourcepub fn builder() -> SliderControlDisplayOptionsBuilder
pub fn builder() -> SliderControlDisplayOptionsBuilder
Creates a new builder-style object to manufacture SliderControlDisplayOptions.
Trait Implementations§
source§impl Clone for SliderControlDisplayOptions
impl Clone for SliderControlDisplayOptions
source§fn clone(&self) -> SliderControlDisplayOptions
fn clone(&self) -> SliderControlDisplayOptions
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 SliderControlDisplayOptions
impl Debug for SliderControlDisplayOptions
source§impl PartialEq<SliderControlDisplayOptions> for SliderControlDisplayOptions
impl PartialEq<SliderControlDisplayOptions> for SliderControlDisplayOptions
source§fn eq(&self, other: &SliderControlDisplayOptions) -> bool
fn eq(&self, other: &SliderControlDisplayOptions) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SliderControlDisplayOptions
Auto Trait Implementations§
impl RefUnwindSafe for SliderControlDisplayOptions
impl Send for SliderControlDisplayOptions
impl Sync for SliderControlDisplayOptions
impl Unpin for SliderControlDisplayOptions
impl UnwindSafe for SliderControlDisplayOptions
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