pub struct AdminHandler<T> {
pub matrix: &'static mut AtomicMatrix,
pub mmap: MmapMut,
pub message_protocol: T,
pub registered_modules: [ModuleProfile; 64],
}Fields§
§matrix: &'static mut AtomicMatrix§mmap: MmapMut§message_protocol: T§registered_modules: [ModuleProfile; 64]Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for AdminHandler<T>where
T: Freeze,
impl<T> RefUnwindSafe for AdminHandler<T>where
T: RefUnwindSafe,
impl<T> Send for AdminHandler<T>where
T: Send,
impl<T> Sync for AdminHandler<T>where
T: Sync,
impl<T> Unpin for AdminHandler<T>where
T: Unpin,
impl<T> UnsafeUnpin for AdminHandler<T>where
T: UnsafeUnpin,
impl<T> !UnwindSafe for AdminHandler<T>
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