pub enum DualBank {
Dual,
Single,
}
Expand description
Set dual bank mode (DBANK option bit). Eg G4
Variants§
Trait Implementations§
impl Copy 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