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