pub struct MatrixBandPart { /* private fields */ }
Expand description
Builder for the MatrixBandPart
operation.
Implementations§
Source§impl MatrixBandPart
impl MatrixBandPart
Trait Implementations§
Source§impl Debug for MatrixBandPart
impl Debug for MatrixBandPart
Source§impl Default for MatrixBandPart
impl Default for MatrixBandPart
Source§fn default() -> MatrixBandPart
fn default() -> MatrixBandPart
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MatrixBandPart
impl RefUnwindSafe for MatrixBandPart
impl Send for MatrixBandPart
impl Sync for MatrixBandPart
impl Unpin for MatrixBandPart
impl UnwindSafe for MatrixBandPart
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