pub struct Msg1061Sat {
pub gps_satellite_id: u8,
pub ssr_ura_class: u8,
pub ssr_ura_value: u8,
}
Fields§
§gps_satellite_id: u8
§ssr_ura_class: u8
§ssr_ura_value: u8
Trait Implementations§
Source§impl Clone for Msg1061Sat
impl Clone for Msg1061Sat
Source§fn clone(&self) -> Msg1061Sat
fn clone(&self) -> Msg1061Sat
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 Msg1061Sat
impl Debug for Msg1061Sat
Source§impl Default for Msg1061Sat
impl Default for Msg1061Sat
Source§fn default() -> Msg1061Sat
fn default() -> Msg1061Sat
Returns the “default value” for a type. Read more
Source§impl PartialEq for Msg1061Sat
impl PartialEq for Msg1061Sat
Source§impl SourceRepr for Msg1061Sat
impl SourceRepr for Msg1061Sat
impl StructuralPartialEq for Msg1061Sat
Auto Trait Implementations§
impl Freeze for Msg1061Sat
impl RefUnwindSafe for Msg1061Sat
impl Send for Msg1061Sat
impl Sync for Msg1061Sat
impl Unpin for Msg1061Sat
impl UnwindSafe for Msg1061Sat
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