pub struct V3;Expand description
Protocol version 3 implementation marker
This struct implements the GpsdJsonProtocol trait for version 3
of the GPSD JSON protocol.
Trait Implementations§
Source§impl GpsdJsonProtocol for V3
impl GpsdJsonProtocol for V3
Source§const API_VERSION_MAJOR: i32 = 3i32
const API_VERSION_MAJOR: i32 = 3i32
Major version number of the protocol
Source§const API_VERSION_MINOR: i32 = 15i32
const API_VERSION_MINOR: i32 = 15i32
Minor version number of the protocol
Auto Trait Implementations§
impl Freeze for V3
impl RefUnwindSafe for V3
impl Send for V3
impl Sync for V3
impl Unpin for V3
impl UnwindSafe for V3
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more