Struct olm_rs::OlmVersion [−][src]
Used for storing the version number of libolm.
Solely returned by get_library_version()
.
Fields
major: u8
minor: u8
patch: u8
Trait Implementations
impl Debug for OlmVersion
[src]
impl Debug for OlmVersion
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for OlmVersion
[src]
impl PartialEq for OlmVersion
fn eq(&self, other: &OlmVersion) -> bool
[src]
fn eq(&self, other: &OlmVersion) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &OlmVersion) -> bool
[src]
fn ne(&self, other: &OlmVersion) -> bool
This method tests for !=
.
Auto Trait Implementations
impl Send for OlmVersion
impl Send for OlmVersion
impl Sync for OlmVersion
impl Sync for OlmVersion