pub enum Laststatic {
I3c = 0,
I2c = 1,
}Expand description
Last Static Address Matched
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Laststatic
impl Clone for Laststatic
Source§fn clone(&self) -> Laststatic
fn clone(&self) -> Laststatic
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Laststatic
Source§impl Debug for Laststatic
impl Debug for Laststatic
impl Eq for Laststatic
Source§impl From<Laststatic> for bool
impl From<Laststatic> for bool
Source§fn from(variant: Laststatic) -> Self
fn from(variant: Laststatic) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Laststatic
impl PartialEq for Laststatic
Source§fn eq(&self, other: &Laststatic) -> bool
fn eq(&self, other: &Laststatic) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for Laststatic
Auto Trait Implementations§
impl Freeze for Laststatic
impl RefUnwindSafe for Laststatic
impl Send for Laststatic
impl Sync for Laststatic
impl Unpin for Laststatic
impl UnsafeUnpin for Laststatic
impl UnwindSafe for Laststatic
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