pub struct UnixCoreClr { /* private fields */ }Expand description
The CoreClr object represents a binding to the CLR maintained by a private handle and domain id
Implementations§
Source§impl UnixCoreClr
impl UnixCoreClr
Auto Trait Implementations§
impl Freeze for UnixCoreClr
impl RefUnwindSafe for UnixCoreClr
impl !Send for UnixCoreClr
impl !Sync for UnixCoreClr
impl Unpin for UnixCoreClr
impl UnwindSafe for UnixCoreClr
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