pub struct LRuntime;Expand description
A “live” runtime that just peforms raw unsafe Rust operations
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LRuntime
impl RefUnwindSafe for LRuntime
impl Send for LRuntime
impl Sync for LRuntime
impl Unpin for LRuntime
impl UnsafeUnpin for LRuntime
impl UnwindSafe for LRuntime
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