pub(super) struct MatrixType {
pub(super) columns: VectorSize,
pub(super) rows: VectorSize,
pub(super) width: Bytes,
}
Fields§
§columns: VectorSize
§rows: VectorSize
§width: Bytes
Auto 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