pub enum HandKind {
Hour,
Minute,
Second,
}Expand description
Which hand-angle component an AnalogHand reads from HandAngles.
Variants§
Trait Implementations§
impl Copy for HandKind
impl StructuralPartialEq for HandKind
Auto Trait Implementations§
impl Freeze for HandKind
impl RefUnwindSafe for HandKind
impl Send for HandKind
impl Sync for HandKind
impl Unpin for HandKind
impl UnsafeUnpin for HandKind
impl UnwindSafe for HandKind
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