pub struct GroupZero;Available on crate feature
bank only.Expand description
Bank 0: the always-mapped region.
Switching to or from a FIXED group is elided, so calls and
data accesses anchored at GroupZero never touch the MBC register.
Trait Implementations§
Auto Trait Implementations§
impl BankSafe for GroupZero
impl Freeze for GroupZero
impl RefUnwindSafe for GroupZero
impl Send for GroupZero
impl Sync for GroupZero
impl Unpin for GroupZero
impl UnsafeUnpin for GroupZero
impl UnwindSafe for GroupZero
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