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