#[repr(u8)]pub enum AnactrlTogDevPulldown {
DEV_PULLDOWN_0 = 0,
DEV_PULLDOWN_1 = 1,
}Variants§
DEV_PULLDOWN_0 = 0
The 15kohm nominal pulldowns on the USB_DP and USB_DM pinsare disabled in device mode.
DEV_PULLDOWN_1 = 1
The 15kohm nominal pulldowns on the USB_DP and USB_DM pinsare enabled in device mode.
Implementations§
Trait Implementations§
Source§impl Clone for AnactrlTogDevPulldown
impl Clone for AnactrlTogDevPulldown
Source§fn clone(&self) -> AnactrlTogDevPulldown
fn clone(&self) -> AnactrlTogDevPulldown
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AnactrlTogDevPulldown
impl Debug for AnactrlTogDevPulldown
Source§impl From<AnactrlTogDevPulldown> for u8
impl From<AnactrlTogDevPulldown> for u8
Source§fn from(val: AnactrlTogDevPulldown) -> u8
fn from(val: AnactrlTogDevPulldown) -> u8
Converts to this type from the input type.
Source§impl From<u8> for AnactrlTogDevPulldown
impl From<u8> for AnactrlTogDevPulldown
Source§fn from(val: u8) -> AnactrlTogDevPulldown
fn from(val: u8) -> AnactrlTogDevPulldown
Converts to this type from the input type.
Source§impl Ord for AnactrlTogDevPulldown
impl Ord for AnactrlTogDevPulldown
Source§fn cmp(&self, other: &AnactrlTogDevPulldown) -> Ordering
fn cmp(&self, other: &AnactrlTogDevPulldown) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AnactrlTogDevPulldown
impl PartialEq for AnactrlTogDevPulldown
Source§impl PartialOrd for AnactrlTogDevPulldown
impl PartialOrd for AnactrlTogDevPulldown
impl Copy for AnactrlTogDevPulldown
impl Eq for AnactrlTogDevPulldown
impl StructuralPartialEq for AnactrlTogDevPulldown
Auto Trait Implementations§
impl Freeze for AnactrlTogDevPulldown
impl RefUnwindSafe for AnactrlTogDevPulldown
impl Send for AnactrlTogDevPulldown
impl Sync for AnactrlTogDevPulldown
impl Unpin for AnactrlTogDevPulldown
impl UnwindSafe for AnactrlTogDevPulldown
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