#[repr(u16)]pub enum PODR_A {
_0 = 0,
_1 = 1,
}
Expand description
Pmn Output Data
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for PODR_A
impl Eq for PODR_A
impl StructuralPartialEq for PODR_A
Auto Trait Implementations§
impl Freeze for PODR_A
impl RefUnwindSafe for PODR_A
impl Send for PODR_A
impl Sync for PODR_A
impl Unpin for PODR_A
impl UnwindSafe for PODR_A
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