#[repr(u8)]pub enum Slvidx {
ADDRESS0 = 0,
ADDRESS1 = 1,
ADDRESS2 = 2,
ADDRESS3 = 3,
}Variants§
ADDRESS0 = 0
Address 0. Slave address 0 was matched.
ADDRESS1 = 1
Address 1. Slave address 1 was matched.
ADDRESS2 = 2
Address 2. Slave address 2 was matched.
ADDRESS3 = 3
Address 3. Slave address 3 was matched.
Implementations§
Trait Implementations§
Source§impl Ord for Slvidx
impl Ord for Slvidx
Source§impl PartialOrd for Slvidx
impl PartialOrd for Slvidx
impl Copy for Slvidx
impl Eq for Slvidx
impl StructuralPartialEq for Slvidx
Auto Trait Implementations§
impl Freeze for Slvidx
impl RefUnwindSafe for Slvidx
impl Send for Slvidx
impl Sync for Slvidx
impl Unpin for Slvidx
impl UnwindSafe for Slvidx
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