pub struct FrameData { /* private fields */ }Expand description
One valid frame of RTCM data from the NTRIP server.
Implementations§
Source§impl FrameData
impl FrameData
Sourcepub fn frame_data(&self) -> &[u8] ⓘ
pub fn frame_data(&self) -> &[u8] ⓘ
Get the RTCM data.
Sourcepub fn message_number(&self) -> u16
pub fn message_number(&self) -> u16
Get the RTCM message number.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FrameData
impl RefUnwindSafe for FrameData
impl Send for FrameData
impl Sync for FrameData
impl Unpin for FrameData
impl UnwindSafe for FrameData
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