pub struct RunkernelApp { /* private fields */ }Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for RunkernelApp
impl !UnwindSafe for RunkernelApp
impl Freeze for RunkernelApp
impl Send for RunkernelApp
impl Sync for RunkernelApp
impl Unpin for RunkernelApp
impl UnsafeUnpin for RunkernelApp
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