Struct apt_pkg_native::simple::Version
[−]
[src]
pub struct Version {
pub version: String,
pub arch: String,
pub section: Option<String>,
pub source_package: String,
pub source_version: String,
pub priority: i32,
}Fields
version: String
arch: String
section: Option<String>
source_package: String
source_version: String
priority: i32
Methods
impl Version[src]
Trait Implementations
impl Clone for Version[src]
fn clone(&self) -> Version[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for Version[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more