#[repr(u8)]pub enum Hourselect {
Am = 0,
Pm = 16,
}
Expand description
Hour
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Hourselect
impl Clone for Hourselect
Source§fn clone(&self) -> Hourselect
fn clone(&self) -> Hourselect
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 Hourselect
impl Debug for Hourselect
Source§impl From<Hourselect> for u8
impl From<Hourselect> for u8
Source§fn from(variant: Hourselect) -> Self
fn from(variant: Hourselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Hourselect
impl PartialEq for Hourselect
impl Copy for Hourselect
impl Eq for Hourselect
impl IsEnum for Hourselect
impl StructuralPartialEq for Hourselect
Auto Trait Implementations§
impl Freeze for Hourselect
impl RefUnwindSafe for Hourselect
impl Send for Hourselect
impl Sync for Hourselect
impl Unpin for Hourselect
impl UnwindSafe for Hourselect
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