pub struct CoreRuntimeLib;Expand description
Lib that registers the core runtime: its classes, shapes, functions, and values.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CoreRuntimeLib
impl RefUnwindSafe for CoreRuntimeLib
impl Send for CoreRuntimeLib
impl Sync for CoreRuntimeLib
impl Unpin for CoreRuntimeLib
impl UnsafeUnpin for CoreRuntimeLib
impl UnwindSafe for CoreRuntimeLib
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