Struct gpsd::DevconfigT [] [src]

#[repr(C)]
pub struct DevconfigT { pub path: [c_char; 128], pub flags: c_int, pub driver: [c_char; 64], pub subtype: [c_char; 64], pub activated: c_double, pub baudrate: c_uint, pub stopbits: c_uint, pub parity: c_char, pub cycle: c_double, pub mincycle: c_double, pub driver_mode: c_int, }

Fields

RS232 link parameters

'N', 'O', or 'E'

refresh cycle time in seconds

is driver in native mode or not?

Trait Implementations

impl Default for DevconfigT
[src]

Returns the "default value" for a type. Read more