Struct olm_rs::OlmVersion[][src]

pub struct OlmVersion {
    pub major: u8,
    pub minor: u8,
    pub patch: u8,
}

Used for storing the version number of libolm. Solely returned by get_library_version().

Fields

Trait Implementations

impl Debug for OlmVersion
[src]

Formats the value using the given formatter. Read more

impl PartialEq for OlmVersion
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for OlmVersion

impl Sync for OlmVersion