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