#[repr(u8)]pub enum PULL {
Floating = 0,
PullUp = 1,
PullDown = 2,
}
Expand description
Port x configuration pin %s
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for PULL
impl Eq for PULL
impl IsEnum for PULL
impl StructuralPartialEq for PULL
Auto Trait Implementations§
impl Freeze for PULL
impl RefUnwindSafe for PULL
impl Send for PULL
impl Sync for PULL
impl Unpin for PULL
impl UnwindSafe for PULL
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