#[repr(u32)]pub enum PullUpDown {
Pus0_100kOhmPullDown = 0,
Pus1_47kOhmPullUp = 1,
Pus2_100kOhmPullUp = 2,
Pus3_22kOhmPullUp = 3,
}
Variants§
Auto Trait Implementations§
impl Freeze for PullUpDown
impl RefUnwindSafe for PullUpDown
impl Send for PullUpDown
impl Sync for PullUpDown
impl Unpin for PullUpDown
impl UnwindSafe for PullUpDown
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