Enum mond::Library [] [src]

pub enum Library {
    Base,
    Coroutine,
    Table,
    Io,
    Os,
    String,
    Utf8,
    Bit32,
    Math,
    Debug,
    Package,
}

Represents all built-in libraries

Variants

Methods

impl Library
[src]

[src]

The name of the module in lua code

[src]

Returns C function that may be used to load the library

Trait Implementations

impl Debug for Library
[src]

[src]

Formats the value using the given formatter.

impl Clone for Library
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Library
[src]

impl PartialEq for Library
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for Library
[src]