Struct mccs_db::Database [] [src]

pub struct Database { /* fields omitted */ }

Describes all the VCP feature codes supported by an MCCS specification or display.

Methods

impl Database
[src]

[src]

Create a new database from a specified MCCS specification version.

[src]

Create a new database from a specified database description YAML file.

This format is not (yet) documented, but an example exists that describes the MCCS spec.

[src]

Filter out any feature codes or values that are not supported by the specified display.

[src]

Get the description of a given VCP feature code.

Trait Implementations

impl Debug for Database
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Database
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Database
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Database

impl Sync for Database