Struct gpsd_proto::DeviceInfo[][src]

pub struct DeviceInfo {
    pub path: Option<String>,
    pub activated: Option<String>,
}

Simple device information as reported by gpsd

Fields

Name the device for which the control bits are being reported, or for which they are to be applied. This attribute may be omitted only when there is exactly one subscribed channel.

Time the device was activated as an ISO8601 timestamp. If the device is inactive this attribute is absent.

Trait Implementations

impl Debug for DeviceInfo
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for DeviceInfo

impl Sync for DeviceInfo