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