pub struct IRuntimeConfig { /* private fields */ }Expand description
! \class IRuntimeConfig ! ! \brief A class for runtime configuration. This class is used during execution context creation. ! ! \see IRuntime, IBuilderConfig !
Trait Implementations§
Source§impl ExternType for IRuntimeConfig
impl ExternType for IRuntimeConfig
Source§impl MakeCppStorage for IRuntimeConfig
impl MakeCppStorage for IRuntimeConfig
Source§unsafe fn allocate_uninitialized_cpp_storage() -> *mut IRuntimeConfig
unsafe fn allocate_uninitialized_cpp_storage() -> *mut IRuntimeConfig
Allocates heap space for this type in C++ and return a pointer
to that space, but do not initialize that space (i.e. do not
yet call a constructor). Read more
Source§unsafe fn free_uninitialized_cpp_storage(arg0: *mut IRuntimeConfig)
unsafe fn free_uninitialized_cpp_storage(arg0: *mut IRuntimeConfig)
Frees a C++ allocation which has not yet
had a constructor called. Read more
impl UniquePtrTarget for IRuntimeConfig
impl WeakPtrTarget for IRuntimeConfig
Auto Trait Implementations§
impl !Freeze for IRuntimeConfig
impl !RefUnwindSafe for IRuntimeConfig
impl !Send for IRuntimeConfig
impl !Sync for IRuntimeConfig
impl !Unpin for IRuntimeConfig
impl UnwindSafe for IRuntimeConfig
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