Struct libusb::Language [] [src]

pub struct Language { /* fields omitted */ }

A language used to read string descriptors from USB devices.

A language consists of a primary language and a sub language. Primary languages are language families, such as English or Spanish. Sub languages identify a dialect of the primary language. The dialect may be based on regional differences (United States English compared to United Kindgdom English), writing systems (Cyrillic compared to Latin), or age (Modern compared to Traditional). Each primary language has its own set of sub languages.

Methods

impl Language
[src]

Returns the language's 16-bit LANGID.

Each language's LANGID is defined by the USB forum (http://www.usb.org/developers/docs/USB_LANGIDs.pdf).

Returns the primary language.

Returns the sub language.

Trait Implementations

impl Debug for Language
[src]

Formats the value using the given formatter.

impl Copy for Language
[src]

impl Clone for Language
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Language
[src]

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

This method tests for !=.

impl Eq for Language
[src]