#[repr(u8)]pub enum Ppr {
IGNORED = 0,
NORMAL = 1,
}Variants§
IGNORED = 0
Reads to the pin polarity register are ignored.
NORMAL = 1
Reads to the pin polarity register complete as normal.
Implementations§
Trait Implementations§
Source§impl Ord for Ppr
impl Ord for Ppr
Source§impl PartialOrd for Ppr
impl PartialOrd for Ppr
impl Copy for Ppr
impl Eq for Ppr
impl StructuralPartialEq for Ppr
Auto Trait Implementations§
impl Freeze for Ppr
impl RefUnwindSafe for Ppr
impl Send for Ppr
impl Sync for Ppr
impl Unpin for Ppr
impl UnwindSafe for Ppr
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