#[repr(u8)]pub enum Idena {
APPLICATION = 0,
HW = 1,
HW_BUT = 2,
PARTNO = 3,
}Variants§
APPLICATION = 0
Application
HW = 1
Hardware
HW_BUT = 2
Hardware, but the I3C module instance handles ID 48b
PARTNO = 3
A part number register (PARTNO)
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