pub enum Lpi2cInstance {
Lpi2c0,
Lpi2c1,
Lpi2c2,
Lpi2c3,
}Expand description
Which instance of the Lpi2c is this?
Should not be directly selectable by end-users.
Variants§
Trait Implementations§
Source§impl Clone for Lpi2cInstance
impl Clone for Lpi2cInstance
Source§fn clone(&self) -> Lpi2cInstance
fn clone(&self) -> Lpi2cInstance
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 Lpi2cInstance
impl Debug for Lpi2cInstance
Source§impl PartialEq for Lpi2cInstance
impl PartialEq for Lpi2cInstance
impl Copy for Lpi2cInstance
impl Eq for Lpi2cInstance
impl StructuralPartialEq for Lpi2cInstance
Auto Trait Implementations§
impl Freeze for Lpi2cInstance
impl RefUnwindSafe for Lpi2cInstance
impl Send for Lpi2cInstance
impl Sync for Lpi2cInstance
impl Unpin for Lpi2cInstance
impl UnwindSafe for Lpi2cInstance
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