pub struct GeoMt00Block {
pub prn: u8,
/* private fields */
}Expand description
GEOMT00 block (Block ID 5925)
SBAS MT00 message (null message / test).
Fields§
§prn: u8SBAS PRN (120-158)
Implementations§
Trait Implementations§
Source§impl Clone for GeoMt00Block
impl Clone for GeoMt00Block
Source§fn clone(&self) -> GeoMt00Block
fn clone(&self) -> GeoMt00Block
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 GeoMt00Block
impl Debug for GeoMt00Block
Auto Trait Implementations§
impl Freeze for GeoMt00Block
impl RefUnwindSafe for GeoMt00Block
impl Send for GeoMt00Block
impl Sync for GeoMt00Block
impl Unpin for GeoMt00Block
impl UnsafeUnpin for GeoMt00Block
impl UnwindSafe for GeoMt00Block
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