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