pub struct NativeModule { /* private fields */ }Expand description
传进main函数的可写空模块
Implementations§
Source§impl NativeModule
impl NativeModule
Auto Trait Implementations§
impl Freeze for NativeModule
impl !RefUnwindSafe for NativeModule
impl !Send for NativeModule
impl !Sync for NativeModule
impl Unpin for NativeModule
impl !UnwindSafe for NativeModule
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