pub struct Device {
pub flash_size: u32,
pub ram_start: u32,
pub ram_size: u32,
pub eeprom_size: u32,
pub disable_opts: BTreeSet<DisabledOptions>,
}Fields§
§flash_size: u32Flash size in words
ram_start: u32§ram_size: u32§eeprom_size: u32§disable_opts: BTreeSet<DisabledOptions>Implementations§
Trait Implementations§
impl Eq for Device
impl StructuralPartialEq for Device
Auto Trait Implementations§
impl Freeze for Device
impl RefUnwindSafe for Device
impl Send for Device
impl Sync for Device
impl Unpin for Device
impl UnwindSafe for Device
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