pub enum BankIndex {
Bank0,
Bank1,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BankIndex
impl RefUnwindSafe for BankIndex
impl Send for BankIndex
impl Sync for BankIndex
impl Unpin for BankIndex
impl UnwindSafe for BankIndex
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