pub struct RangeSelector { /* private fields */ }
Implementations§
Source§impl RangeSelector
impl RangeSelector
pub fn new() -> RangeSelector
pub fn visible(self, visible: bool) -> RangeSelector
pub fn x(self, x: f64) -> RangeSelector
pub fn x_anchor(self, x_anchor: Anchor) -> RangeSelector
pub fn y(self, y: f64) -> RangeSelector
pub fn y_anchor(self, y_anchor: Anchor) -> RangeSelector
pub fn font(self, font: Font) -> RangeSelector
pub fn background_color<C: Color>(self, background_color: C) -> RangeSelector
pub fn active_color<C: Color>(self, active_color: C) -> RangeSelector
pub fn border_color<C: Color>(self, border_color: C) -> RangeSelector
pub fn border_width(self, border_width: usize) -> RangeSelector
Trait Implementations§
Source§impl Debug for RangeSelector
impl Debug for RangeSelector
Source§impl Default for RangeSelector
impl Default for RangeSelector
Source§fn default() -> RangeSelector
fn default() -> RangeSelector
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RangeSelector
impl RefUnwindSafe for RangeSelector
impl Send for RangeSelector
impl Sync for RangeSelector
impl Unpin for RangeSelector
impl UnwindSafe for RangeSelector
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