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