Struct librsnek::system::primitives::Object
[−]
[src]
pub struct Object {
pub class: RtObject,
pub dict: RtObject,
pub bases: RtObject,
}Work in progress to define the properties required to a generic python defined
Fields
class: RtObject
dict: RtObject
bases: RtObject