pub struct Runtime_builder_type(/* private fields */);
Implementations§
Source§impl Runtime_builder_type
impl Runtime_builder_type
pub fn New() -> Self
pub fn Register_function( self, Name: &str, Function_pointer: *mut c_void, ) -> Self
pub fn Register(self, Registrable: &dyn Registrable_trait) -> Self
pub fn Build(self) -> Result_type<Runtime_type>
Auto Trait Implementations§
impl Freeze for Runtime_builder_type
impl RefUnwindSafe for Runtime_builder_type
impl !Send for Runtime_builder_type
impl !Sync for Runtime_builder_type
impl Unpin for Runtime_builder_type
impl UnwindSafe for Runtime_builder_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