Struct librsnek::objects::boolean::PyBooleanType [] [src]

pub struct PyBooleanType {
    singleton_true: RtObject,
    singleton_false: RtObject,
}

Fields

Trait Implementations

impl Clone for PyBooleanType
[src]

Returns a copy of the value.

Performs copy-assignment from source.

impl BuiltinType for PyBooleanType
[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