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