Struct sdf::LibraryVersion [] [src]

pub struct LibraryVersion {
    pub api_major: u16,
    pub api_minor: u16,
    pub build_version: String,
    pub build_tag: String,
}

Container structure for information about the library.

Fields

The library's major api version.

The library's minor api version.

The library's build version.

The library's build tag.

Trait Implementations

impl Debug for LibraryVersion
[src]

Formats the value using the given formatter.