Enum stm32_hal2::timer::CountDir
source · #[repr(u8)]pub enum CountDir {
Up = 0,
Down = 1,
}
Expand description
Timer count direction. Defaults to Up
.
Variants§
Trait Implementations§
Auto Trait Implementations§
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