#[repr(i32)]pub enum SmoothTimeOption {
Reset = 0,
Activate = 1,
}Variants§
Trait Implementations§
Source§impl Clone for SmoothTimeOption
impl Clone for SmoothTimeOption
Source§fn clone(&self) -> SmoothTimeOption
fn clone(&self) -> SmoothTimeOption
Returns a duplicate 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 SmoothTimeOption
impl Debug for SmoothTimeOption
Source§impl From<SmoothTimeOption> for i32
impl From<SmoothTimeOption> for i32
Source§fn from(enum_value: SmoothTimeOption) -> Self
fn from(enum_value: SmoothTimeOption) -> Self
Converts to this type from the input type.
Source§impl Hash for SmoothTimeOption
impl Hash for SmoothTimeOption
Source§impl Ord for SmoothTimeOption
impl Ord for SmoothTimeOption
Source§fn cmp(&self, other: &SmoothTimeOption) -> Ordering
fn cmp(&self, other: &SmoothTimeOption) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SmoothTimeOption
impl PartialEq for SmoothTimeOption
Source§impl PartialOrd for SmoothTimeOption
impl PartialOrd for SmoothTimeOption
Source§impl TryFrom<i32> for SmoothTimeOption
impl TryFrom<i32> for SmoothTimeOption
Source§type Error = TryFromPrimitiveError<SmoothTimeOption>
type Error = TryFromPrimitiveError<SmoothTimeOption>
The type returned in the event of a conversion error.
Source§impl TryFromPrimitive for SmoothTimeOption
impl TryFromPrimitive for SmoothTimeOption
impl Copy for SmoothTimeOption
impl Eq for SmoothTimeOption
impl StructuralPartialEq for SmoothTimeOption
Auto Trait Implementations§
impl Freeze for SmoothTimeOption
impl RefUnwindSafe for SmoothTimeOption
impl Send for SmoothTimeOption
impl Sync for SmoothTimeOption
impl Unpin for SmoothTimeOption
impl UnwindSafe for SmoothTimeOption
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