pub(super) struct MatrixType {
pub(super) columns: VectorSize,
pub(super) rows: VectorSize,
pub(super) width: Bytes,
}Fields§
§columns: VectorSize§rows: VectorSize§width: BytesAuto Trait Implementations§
impl Freeze for MatrixType
impl RefUnwindSafe for MatrixType
impl Send for MatrixType
impl Sync for MatrixType
impl Unpin for MatrixType
impl UnwindSafe for MatrixType
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