pub type RawObjectHandle = RawResourceHandle<Object>;Expand description
Internal non-owning handle to a Object.
Aliased Type§
pub struct RawObjectHandle {
pub idx: usize,
/* private fields */
}Fields§
§idx: usizeUnderlying value of the handle.