Enum freya::components::SliderStatus
pub enum SliderStatus {
Idle,
Hovering,
}
Expand description
Describes the current status of the Slider.
Variants§
Trait Implementations§
§impl Clone for SliderStatus
impl Clone for SliderStatus
§fn clone(&self) -> SliderStatus
fn clone(&self) -> SliderStatus
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 more§impl Debug for SliderStatus
impl Debug for SliderStatus
§impl Default for SliderStatus
impl Default for SliderStatus
§fn default() -> SliderStatus
fn default() -> SliderStatus
Returns the “default value” for a type. Read more
§impl PartialEq<SliderStatus> for SliderStatus
impl PartialEq<SliderStatus> for SliderStatus
§fn eq(&self, other: &SliderStatus) -> bool
fn eq(&self, other: &SliderStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SliderStatus
impl StructuralPartialEq for SliderStatus
Auto Trait Implementations§
impl RefUnwindSafe for SliderStatus
impl Send for SliderStatus
impl Sync for SliderStatus
impl Unpin for SliderStatus
impl UnwindSafe for SliderStatus
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> NoneValue for Twhere
T: Default,
impl<T> NoneValue for Twhere T: Default,
type NoneType = T
§fn null_value() -> T
fn null_value() -> T
The none-equivalent value.
§impl<T> Pointable for T
impl<T> Pointable for T
source§impl<R, P> ReadPrimitive<R> for Pwhere
R: Read + ReadEndian<P>,
P: Default,
impl<R, P> ReadPrimitive<R> for Pwhere R: Read + ReadEndian<P>, P: Default,
source§fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as
ReadEndian::read_from_little_endian()
.