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