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