pub enum ODR0 {
Low = 0,
High = 1,
}
Expand description
Port output data pin %s
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for ODR0
impl Eq for ODR0
impl StructuralPartialEq for ODR0
Auto Trait Implementations§
impl Freeze for ODR0
impl RefUnwindSafe for ODR0
impl Send for ODR0
impl Sync for ODR0
impl Unpin for ODR0
impl UnwindSafe for ODR0
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