pub enum BKP {
ActiveLow = 0,
ActiveHigh = 1,
}Expand description
Break polarity
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for BKP
impl Eq for BKP
impl StructuralPartialEq for BKP
Auto Trait Implementations§
impl Freeze for BKP
impl RefUnwindSafe for BKP
impl Send for BKP
impl Sync for BKP
impl Unpin for BKP
impl UnwindSafe for BKP
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