RawObjectHandle

Type Alias RawObjectHandle 

Source
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: usize

Underlying value of the handle.