Struct rtcm_rs::msg::message::MsgNotSupportedT
source · pub struct MsgNotSupportedT {
pub message_number: u16,
}
Fields§
§message_number: u16
Trait Implementations§
source§impl Debug for MsgNotSupportedT
impl Debug for MsgNotSupportedT
source§impl PartialEq for MsgNotSupportedT
impl PartialEq for MsgNotSupportedT
source§fn eq(&self, other: &MsgNotSupportedT) -> bool
fn eq(&self, other: &MsgNotSupportedT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for MsgNotSupportedT
Auto Trait Implementations§
impl RefUnwindSafe for MsgNotSupportedT
impl Send for MsgNotSupportedT
impl Sync for MsgNotSupportedT
impl Unpin for MsgNotSupportedT
impl UnwindSafe for MsgNotSupportedT
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