[go: up one dir, main page]

Struct botan::Version[][src]

pub struct Version {
    pub major: u32,
    pub minor: u32,
    pub patch: u32,
    pub release_date: u32,
    pub ffi_api: u32,
    pub string: String,
}

Fields

Methods

impl Version
[src]

Trait Implementations

impl Debug for Version
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Version

impl Sync for Version