#[non_exhaustive]pub struct SubBank2;
Expand description
Sub-bank 2
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SubBank2
impl RefUnwindSafe for SubBank2
impl Send for SubBank2
impl Sync for SubBank2
impl Unpin for SubBank2
impl UnwindSafe for SubBank2
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