#[repr(u8)]pub enum CountDir {
Up = 0,
Down = 1,
}
Expand description
Timer count direction. Defaults to Up
.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CountDir
impl RefUnwindSafe for CountDir
impl Send for CountDir
impl Sync for CountDir
impl Unpin for CountDir
impl UnwindSafe for CountDir
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