Enum me3_framework::overlay::widgets::SliderOrientation
source · [−]pub enum SliderOrientation {
Horizontal,
Vertical,
}
Expand description
Specifies the orientation of a Slider
.
Variants
Horizontal
Vertical
Auto Trait Implementations
impl RefUnwindSafe for SliderOrientation
impl Send for SliderOrientation
impl Sync for SliderOrientation
impl Unpin for SliderOrientation
impl UnwindSafe for SliderOrientation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more