Enum Timpol
pub enum Timpol {
_0 = 0,
_1 = 1,
}Expand description
Timer Polarity
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Timpol
impl Eq for Timpol
impl StructuralPartialEq for Timpol
Auto Trait Implementations§
impl Freeze for Timpol
impl RefUnwindSafe for Timpol
impl Send for Timpol
impl Sync for Timpol
impl Unpin for Timpol
impl UnwindSafe for Timpol
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