Struct olm_rs::OlmVersion [−][src]
Expand description
Used for storing the version number of libolm.
Solely returned by get_library_version().
Fields
major: u8minor: u8patch: u8Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.