#[repr(u8)]pub enum PullupDp {
DP_PUE_NORMAL = 0,
DP_PUE_OVERRIDE = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for PullupDp
impl Ord for PullupDp
Source§impl PartialOrd for PullupDp
impl PartialOrd for PullupDp
impl Copy for PullupDp
impl Eq for PullupDp
impl StructuralPartialEq for PullupDp
Auto Trait Implementations§
impl Freeze for PullupDp
impl RefUnwindSafe for PullupDp
impl Send for PullupDp
impl Sync for PullupDp
impl Unpin for PullupDp
impl UnwindSafe for PullupDp
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