pub struct DiffCorrInBlock {
pub mode: u8,
pub source: u8,
pub message_content: Vec<u8>,
/* private fields */
}Expand description
DiffCorrIn block (Block ID 5919)
Incoming RTCM or CMR differential correction message.
Fields§
§mode: u8Differential mode
source: u8Correction source
message_content: Vec<u8>Raw message content (RTCM or CMR bytes)
Implementations§
Trait Implementations§
Source§impl Clone for DiffCorrInBlock
impl Clone for DiffCorrInBlock
Source§fn clone(&self) -> DiffCorrInBlock
fn clone(&self) -> DiffCorrInBlock
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 DiffCorrInBlock
impl Debug for DiffCorrInBlock
Auto Trait Implementations§
impl Freeze for DiffCorrInBlock
impl RefUnwindSafe for DiffCorrInBlock
impl Send for DiffCorrInBlock
impl Sync for DiffCorrInBlock
impl Unpin for DiffCorrInBlock
impl UnsafeUnpin for DiffCorrInBlock
impl UnwindSafe for DiffCorrInBlock
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