pub enum EepromAtom {
VendorInfo(VendorInfoAtom),
GpioMapBank0(GpioMapAtom),
DtBlob(Vec<u8>),
GpioMapBank1(GpioMapAtom),
Custom(Vec<u8>, u8),
}Variants§
VendorInfo(VendorInfoAtom)
GpioMapBank0(GpioMapAtom)
DtBlob(Vec<u8>)
GpioMapBank1(GpioMapAtom)
Custom(Vec<u8>, u8)
Auto Trait Implementations§
impl Freeze for EepromAtom
impl RefUnwindSafe for EepromAtom
impl Send for EepromAtom
impl Sync for EepromAtom
impl Unpin for EepromAtom
impl UnwindSafe for EepromAtom
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