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