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