pub struct VmoId(_);
Wraps a vmo-id. Will panic if you forget to detach.
VmoIds will normally be vended by attach_vmo, but this might be used in some tests
Invalidates self and returns a new VmoId with the same underlying ID.
Takes the ID. The caller assumes responsibility for detaching.
Hasher
self
other
==
!=
TypeId
Handle::INVALID
Returns the argument unchanged.
Span
Instrumented
Calls U::from(self).
U::from(self)
That is, this conversion is whatever the implementation of From<T> for U chooses to do.
From<T> for U
Subscriber
WithDispatch