pub struct QzsNavBlock(pub GpsNavBlock);Expand description
QZSNav (4095) — QZSS ephemeris and clock (same binary layout as GpsNavBlock / GPSNav).
Tuple Fields§
§0: GpsNavBlockMethods from Deref<Target = GpsNavBlock>§
Trait Implementations§
Source§fn clone(&self) -> QzsNavBlock
fn clone(&self) -> QzsNavBlock
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 moreAuto Trait Implementations§
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