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