Enum ebyte_e32::parameters::WakeupTime
source · pub enum WakeupTime {
Ms250,
Ms500,
Ms750,
Ms1000,
Ms1250,
Ms1500,
Ms1750,
Ms2000,
}Variants
Ms250
Ms500
Ms750
Ms1000
Ms1250
Ms1500
Ms1750
Ms2000
Trait Implementations
sourceimpl Clone for WakeupTime
impl Clone for WakeupTime
sourcefn clone(&self) -> WakeupTime
fn clone(&self) -> WakeupTime
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for WakeupTime
impl Debug for WakeupTime
sourceimpl Default for WakeupTime
impl Default for WakeupTime
sourcefn default() -> WakeupTime
fn default() -> WakeupTime
Returns the “default value” for a type. Read more
sourceimpl From<WakeupTime> for u8
impl From<WakeupTime> for u8
sourcefn from(time: WakeupTime) -> Self
fn from(time: WakeupTime) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<WakeupTime> for WakeupTime
impl PartialEq<WakeupTime> for WakeupTime
sourcefn eq(&self, other: &WakeupTime) -> bool
fn eq(&self, other: &WakeupTime) -> bool
sourceimpl TryFrom<u8> for WakeupTime
impl TryFrom<u8> for WakeupTime
impl Copy for WakeupTime
impl Eq for WakeupTime
impl StructuralEq for WakeupTime
impl StructuralPartialEq for WakeupTime
Auto Trait Implementations
impl RefUnwindSafe for WakeupTime
impl Send for WakeupTime
impl Sync for WakeupTime
impl Unpin for WakeupTime
impl UnwindSafe for WakeupTime
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