pub enum IODEF {
PushPull = 0,
Floating = 1,
}
Expand description
I/O Default mode
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for IODEF
impl Eq for IODEF
impl StructuralPartialEq for IODEF
Auto Trait Implementations§
impl Freeze for IODEF
impl RefUnwindSafe for IODEF
impl Send for IODEF
impl Sync for IODEF
impl Unpin for IODEF
impl UnwindSafe for IODEF
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