Enum egui::widgets::SliderOrientation
source · pub enum SliderOrientation {
Horizontal,
Vertical,
}
Expand description
Specifies the orientation of a Slider
.
Variants§
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§
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