pub struct MatrixCache { /* private fields */ }Expand description
Cached valid_numbers bit + change tag, embedded by every concrete
matrix type. Mirrors Matrix::valid_cache_tag_ / cached_valid_.
Implementations§
Trait Implementations§
Source§impl Debug for MatrixCache
impl Debug for MatrixCache
Auto Trait Implementations§
impl !Freeze for MatrixCache
impl !RefUnwindSafe for MatrixCache
impl !Sync for MatrixCache
impl Send for MatrixCache
impl Unpin for MatrixCache
impl UnsafeUnpin for MatrixCache
impl UnwindSafe for MatrixCache
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