pub struct Runtime_type(/* private fields */);
Implementations§
Source§impl Runtime_type
impl Runtime_type
pub fn Builder() -> Runtime_builder_type
pub fn Initialize_thread_environment() -> Option<()>
pub fn Deinitialize_thread_environment()
Auto Trait Implementations§
impl Freeze for Runtime_type
impl RefUnwindSafe for Runtime_type
impl !Send for Runtime_type
impl !Sync for Runtime_type
impl Unpin for Runtime_type
impl UnwindSafe for Runtime_type
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