Struct uap_rust::os::OS [] [src]

pub struct OS {
    pub family: String,
    pub major: Option<String>,
    pub minor: Option<String>,
    pub patch: Option<String>,
    pub patch_minor: Option<String>,
}

OS contains the operating system information from the user agent.

Fields

family
major
minor
patch
patch_minor

Trait Implementations

Derived Implementations

impl Eq for OS

impl PartialEq for OS

fn eq(&self, __arg_0: &OS) -> bool

fn ne(&self, __arg_0: &OS) -> bool

impl Debug for OS

fn fmt(&self, __arg_0: &mut Formatter) -> Result