Struct xbe::LibraryVersion[][src]

pub struct LibraryVersion { /* fields omitted */ }

Describes the version of a library to link with.

Methods

impl LibraryVersion
[src]

Returns the flags that specify further properties of the library.

Returns the library's name.

Returns the version triplet of the library.

(major, minor, build).

Trait Implementations

impl Debug for LibraryVersion
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations