pub enum DPPUW {
DISABLED,
ENABLED,
}
Expand description
Values that can be written to the field DPPU
Variants§
DISABLED
signalize disconnect to the host when needed by the user software
ENABLED
enable the embedded pull-up on the DP line
Auto Trait Implementations§
impl Freeze for DPPUW
impl RefUnwindSafe for DPPUW
impl Send for DPPUW
impl Sync for DPPUW
impl Unpin for DPPUW
impl UnwindSafe for DPPUW
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