Struct rtcm_rs::msg::Msg1067Sat
source · pub struct Msg1067Sat {
pub glo_satellite_id: u8,
pub ssr_ura_class: u8,
pub ssr_ura_value: u8,
}Fields§
§glo_satellite_id: u8§ssr_ura_class: u8§ssr_ura_value: u8Trait Implementations§
source§impl Clone for Msg1067Sat
impl Clone for Msg1067Sat
source§fn clone(&self) -> Msg1067Sat
fn clone(&self) -> Msg1067Sat
Returns a copy 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 Msg1067Sat
impl Debug for Msg1067Sat
source§impl Default for Msg1067Sat
impl Default for Msg1067Sat
source§fn default() -> Msg1067Sat
fn default() -> Msg1067Sat
Returns the “default value” for a type. Read more
source§impl PartialEq for Msg1067Sat
impl PartialEq for Msg1067Sat
source§fn eq(&self, other: &Msg1067Sat) -> bool
fn eq(&self, other: &Msg1067Sat) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for Msg1067Sat
Auto Trait Implementations§
impl RefUnwindSafe for Msg1067Sat
impl Send for Msg1067Sat
impl Sync for Msg1067Sat
impl Unpin for Msg1067Sat
impl UnwindSafe for Msg1067Sat
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