Enum Dualbank
#[repr(u8)]pub enum Dualbank {
B_0X0 = 0,
B_0X1 = 1,
}
Variants§
B_0X0 = 0
Single bank Flash with contiguous address in bank 1
B_0X1 = 1
Dual-bank Flash with contiguous addresses
Implementations§
Trait Implementations§
§impl Ord for Dualbank
impl Ord for Dualbank
§impl PartialOrd for Dualbank
impl PartialOrd for Dualbank
impl Copy for Dualbank
impl Eq for Dualbank
impl StructuralPartialEq for Dualbank
Auto Trait Implementations§
impl Freeze for Dualbank
impl RefUnwindSafe for Dualbank
impl Send for Dualbank
impl Sync for Dualbank
impl Unpin for Dualbank
impl UnwindSafe for Dualbank
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