pub enum SliderOrientation {
Horizontal,
Vertical,
}Expand description
Specifies the orientation of a Slider.
Variants§
Auto Trait Implementations§
impl Freeze for SliderOrientation
impl RefUnwindSafe for SliderOrientation
impl Send for SliderOrientation
impl Sync for SliderOrientation
impl Unpin for SliderOrientation
impl UnwindSafe for SliderOrientation
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