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