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