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