#[repr(u8)]pub enum Idena {
APPLICATION = 0,
HW = 1,
HW_BUT = 2,
PARTNO = 3,
}Variants§
APPLICATION = 0
APPLICATION: Application handles ID 48b
HW = 1
HW: Hardware handles ID 48b
HW_BUT = 2
HW_BUT: in hardware but the I3C module instance handles ID 48b.
PARTNO = 3
PARTNO: a part number register (PARTNO) handles ID 48b
Implementations§
Trait Implementations§
Source§impl Ord for Idena
impl Ord for Idena
Source§impl PartialOrd for Idena
impl PartialOrd for Idena
impl Copy for Idena
impl Eq for Idena
impl StructuralPartialEq for Idena
Auto Trait Implementations§
impl Freeze for Idena
impl RefUnwindSafe for Idena
impl Send for Idena
impl Sync for Idena
impl Unpin for Idena
impl UnwindSafe for Idena
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