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