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

Trait Implementations

impl Debug for Object
[src]

Formats the value using the given formatter.