Enum egui::widgets::SliderOrientation
source · pub enum SliderOrientation {
Horizontal,
Vertical,
}
Expand description
Specifies the orientation of a Slider
.
Variants§
Trait Implementations§
source§impl Clone for SliderOrientation
impl Clone for SliderOrientation
source§fn clone(&self) -> SliderOrientation
fn clone(&self) -> SliderOrientation
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 SliderOrientation
impl Debug for SliderOrientation
source§impl Hash for SliderOrientation
impl Hash for SliderOrientation
source§impl PartialEq for SliderOrientation
impl PartialEq for SliderOrientation
impl Copy for SliderOrientation
impl Eq for SliderOrientation
impl StructuralPartialEq for SliderOrientation
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)