Struct krnl_core::kernel::ItemKernel
source · #[non_exhaustive]pub struct ItemKernel { /* private fields */ }Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ItemKernel
impl Send for ItemKernel
impl Sync for ItemKernel
impl Unpin for ItemKernel
impl UnwindSafe for ItemKernel
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