pub struct MatrixSet {
pub set: Box<Obj>,
pub row_len: Box<Obj>,
pub col_len: Box<Obj>,
}Fields§
§set: Box<Obj>§row_len: Box<Obj>§col_len: Box<Obj>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MatrixSet
impl RefUnwindSafe for MatrixSet
impl !Send for MatrixSet
impl !Sync for MatrixSet
impl Unpin for MatrixSet
impl UnsafeUnpin for MatrixSet
impl UnwindSafe for MatrixSet
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