pub struct MatrixHandler {
pub matrix: &'static mut AtomicMatrix,
pub mmap: MmapMut,
}Fields§
§matrix: &'static mut AtomicMatrix§mmap: MmapMutTrait Implementations§
Auto Trait Implementations§
impl Freeze for MatrixHandler
impl RefUnwindSafe for MatrixHandler
impl Send for MatrixHandler
impl Sync for MatrixHandler
impl Unpin for MatrixHandler
impl UnsafeUnpin for MatrixHandler
impl !UnwindSafe for MatrixHandler
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