Skip to main content
ObjRef
atmos
0.1.0
ObjRef
Aliased Type
In atmos::
os_
lib::
js::
value
atmos
::
os_lib
::
js
::
value
Type Alias
ObjRef
Copy item path
Source
pub type ObjRef =
Rc
<
RefCell
<
Obj
>>;
Expand description
ヒープ上のオブジェクトへの共有参照。
Aliased Type
§
pub struct ObjRef {
/* private fields */
}