Struct extism_runtime::PluginRef
source · pub struct PluginRef<'a> {
pub id: PluginIndex,
/* private fields */
}
Fields§
§id: PluginIndex
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for PluginRef<'a>
impl<'a> !Send for PluginRef<'a>
impl<'a> !Sync for PluginRef<'a>
impl<'a> Unpin for PluginRef<'a>
impl<'a> !UnwindSafe for PluginRef<'a>
Blanket Implementations§
§impl<T> GetSetFdFlags for T
impl<T> GetSetFdFlags for T
§fn get_fd_flags(&self) -> Result<FdFlags, Error>where
T: AsFilelike,
fn get_fd_flags(&self) -> Result<FdFlags, Error>where
T: AsFilelike,
Query the “status” flags for the
self
file descriptor.