pub struct GeoNetworkTimeBlock {}Expand description
GEONetworkTime block (Block ID 5918)
SBAS MT12 network time / UTC offset parameters.
Fields§
§prn: u8SBAS PRN
a1: f32Time offset drift (s/s)
a0: f64Time offset (s)
t_ot: u32Reference time (s)
wn_t: u8Reference week
del_t_1s: i8Current offset (s)
wn_lsf: u8Leap second week
dn: u8Leap second day
del_t_lsf: i8Future offset (s)
utc_std_id: u8UTC standard ID
gps_wn: u16GPS week number
gps_tow: u32GPS time of week
glonass_ind: u8GLONASS indicator
Implementations§
Trait Implementations§
Source§impl Clone for GeoNetworkTimeBlock
impl Clone for GeoNetworkTimeBlock
Source§fn clone(&self) -> GeoNetworkTimeBlock
fn clone(&self) -> GeoNetworkTimeBlock
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GeoNetworkTimeBlock
impl Debug for GeoNetworkTimeBlock
Auto Trait Implementations§
impl Freeze for GeoNetworkTimeBlock
impl RefUnwindSafe for GeoNetworkTimeBlock
impl Send for GeoNetworkTimeBlock
impl Sync for GeoNetworkTimeBlock
impl Unpin for GeoNetworkTimeBlock
impl UnsafeUnpin for GeoNetworkTimeBlock
impl UnwindSafe for GeoNetworkTimeBlock
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