Struct witx::polyfill::ModulePolyfill [−][src]
pub struct ModulePolyfill {
pub new: Rc<Module>,
pub old: Rc<Module>,
pub funcs: Vec<FuncPolyfill>,
}
Fields
new: Rc<Module>
old: Rc<Module>
funcs: Vec<FuncPolyfill>
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl !RefUnwindSafe for ModulePolyfill
impl !Send for ModulePolyfill
impl !Sync for ModulePolyfill
impl Unpin for ModulePolyfill
impl !UnwindSafe for ModulePolyfill
Blanket Implementations
Mutably borrows from an owned value. Read more