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