#[repr(u8)]pub enum OUTPEN_A {
OUT0 = 1,
OUT1 = 2,
}Expand description
OPA2 Output Location
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for OUTPEN_A
impl StructuralPartialEq for OUTPEN_A
Auto Trait Implementations§
impl Freeze for OUTPEN_A
impl RefUnwindSafe for OUTPEN_A
impl Send for OUTPEN_A
impl Sync for OUTPEN_A
impl Unpin for OUTPEN_A
impl UnwindSafe for OUTPEN_A
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