pub enum DeviceClass {
StellarisBlizzard,
Snowflake,
Unknown,
}Expand description
What sort of device is this?
Variants§
StellarisBlizzard
It’s a Stellaris LM4F or a TM4C123 (they have the same value)
Snowflake
It’s a “Tiva™ Snowflake-class microcontroller”
Unknown
I don’t know what chip this is
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeviceClass
impl RefUnwindSafe for DeviceClass
impl Send for DeviceClass
impl Sync for DeviceClass
impl Unpin for DeviceClass
impl UnwindSafe for DeviceClass
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