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