#[repr(u8)]pub enum Wiper200kPullUp {
WIPER_200K_PULL_UP_0 = 0,
WIPER_200K_PULL_UP_1 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for Wiper200kPullUp
impl Clone for Wiper200kPullUp
Source§fn clone(&self) -> Wiper200kPullUp
fn clone(&self) -> Wiper200kPullUp
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 Wiper200kPullUp
impl Debug for Wiper200kPullUp
Source§impl From<Wiper200kPullUp> for u8
impl From<Wiper200kPullUp> for u8
Source§fn from(val: Wiper200kPullUp) -> u8
fn from(val: Wiper200kPullUp) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Wiper200kPullUp
impl From<u8> for Wiper200kPullUp
Source§fn from(val: u8) -> Wiper200kPullUp
fn from(val: u8) -> Wiper200kPullUp
Converts to this type from the input type.
Source§impl Ord for Wiper200kPullUp
impl Ord for Wiper200kPullUp
Source§fn cmp(&self, other: &Wiper200kPullUp) -> Ordering
fn cmp(&self, other: &Wiper200kPullUp) -> 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 Wiper200kPullUp
impl PartialEq for Wiper200kPullUp
Source§impl PartialOrd for Wiper200kPullUp
impl PartialOrd for Wiper200kPullUp
impl Copy for Wiper200kPullUp
impl Eq for Wiper200kPullUp
impl StructuralPartialEq for Wiper200kPullUp
Auto Trait Implementations§
impl Freeze for Wiper200kPullUp
impl RefUnwindSafe for Wiper200kPullUp
impl Send for Wiper200kPullUp
impl Sync for Wiper200kPullUp
impl Unpin for Wiper200kPullUp
impl UnwindSafe for Wiper200kPullUp
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