#[repr(u8)]pub enum SerialNORType {
StandardSpi = 0,
HyperBus = 1,
Xpi = 2,
NoCmd = 3,
}Variants§
Auto Trait Implementations§
impl Freeze for SerialNORType
impl RefUnwindSafe for SerialNORType
impl Send for SerialNORType
impl Sync for SerialNORType
impl Unpin for SerialNORType
impl UnwindSafe for SerialNORType
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