Struct uap_rust::device::Device
[−]
[src]
pub struct Device {
pub family: String,
pub brand: Option<String>,
pub model: Option<String>,
}Device contains the device information from the user agent.
Fields
family | |
brand | |
model |