pub struct Module_type<'runtime> { /* private fields */ }
Implementations§
Source§impl<'runtime> Module_type<'runtime>
impl<'runtime> Module_type<'runtime>
pub fn From_buffer( Runtime: &'runtime Runtime_type, Buffer: Vec<u8>, Name: &str, Standard_in: Unique_file_identifier_type, Standard_out: Unique_file_identifier_type, Standard_error: Unique_file_identifier_type, ) -> Result_type<Self>
Trait Implementations§
impl Send for Module_type<'_>
Auto Trait Implementations§
impl<'runtime> Freeze for Module_type<'runtime>
impl<'runtime> RefUnwindSafe for Module_type<'runtime>
impl<'runtime> !Sync for Module_type<'runtime>
impl<'runtime> Unpin for Module_type<'runtime>
impl<'runtime> UnwindSafe for Module_type<'runtime>
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