Struct pwasm_utils::Entry [−][src]
pub struct Entry<T> { /* fields omitted */ }
Reference counting, link-handling object.
Implementations
impl<T> Entry<T>
[src]
impl<T> Entry<T>
[src]Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Entry<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for Entry<T> where
T: Send,
T: Send,
impl<T> Sync for Entry<T> where
T: Sync,
T: Sync,
impl<T> Unpin for Entry<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for Entry<T> where
T: UnwindSafe,
T: UnwindSafe,