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