pub enum FlashMemoryType {
Rom,
Romless,
Sram,
Flash,
RomFlash,
}Variants§
Trait Implementations§
Source§impl Clone for FlashMemoryType
impl Clone for FlashMemoryType
Source§fn clone(&self) -> FlashMemoryType
fn clone(&self) -> FlashMemoryType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FlashMemoryType
Source§impl Debug for FlashMemoryType
impl Debug for FlashMemoryType
Auto Trait Implementations§
impl Freeze for FlashMemoryType
impl RefUnwindSafe for FlashMemoryType
impl Send for FlashMemoryType
impl Sync for FlashMemoryType
impl Unpin for FlashMemoryType
impl UnsafeUnpin for FlashMemoryType
impl UnwindSafe for FlashMemoryType
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