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