Struct librsnek::objects::module::PyModuleType [] [src]

pub struct PyModuleType {
    pub object: RtObject,
    pub pytype: RtObject,
}

Fields

Methods

impl PyModuleType
[src]

Trait Implementations

impl BuiltinType for PyModuleType
[src]

Create a new instance of the primitve type that his reference counted

Create the type and do any static initialization that may be needed

Create an instance of the type ane return the struct that contains