Struct evdi::LibVersion
source · pub struct LibVersion {
pub major: i32,
pub minor: i32,
pub patch: i32,
/* private fields */
}Expand description
Version of the userspace evdi library
Fields§
§major: i32§minor: i32§patch: i32Implementations§
source§impl LibVersion
impl LibVersion
sourcepub fn get() -> Self
pub fn get() -> Self
Get the version of the evdi library linked against (not the kernel module).
Uses semver. See https://displaylink.github.io/evdi/details/#versioning