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