Struct witx::polyfill::ParamPolyfill [−][src]
pub struct ParamPolyfill {
pub new: InterfaceFuncParam,
pub old: InterfaceFuncParam,
pub type_polyfill: TypePolyfill,
}
Fields
new: InterfaceFuncParam
old: InterfaceFuncParam
type_polyfill: TypePolyfill
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 ParamPolyfill
impl !Send for ParamPolyfill
impl !Sync for ParamPolyfill
impl Unpin for ParamPolyfill
impl !UnwindSafe for ParamPolyfill
Blanket Implementations
Mutably borrows from an owned value. Read more