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