pub struct Banded { /* private fields */ }
Expand description
Rearrangement structure for a banded matrix.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Banded
impl RefUnwindSafe for Banded
impl Send for Banded
impl Sync for Banded
impl Unpin for Banded
impl UnwindSafe for Banded
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