Trait AsHandleRef
pub trait AsHandleRef {
// Required method
fn as_handle_ref(&self) -> Unowned<'_, NullableHandle>;
}Expand description
A trait to get a reference to the underlying handle of an object.
Required Methods§
fn as_handle_ref(&self) -> Unowned<'_, NullableHandle>
fn as_handle_ref(&self) -> Unowned<'_, NullableHandle>
Get a reference to the handle. One important use of such a reference is
for object_wait_many.