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