pub struct SurfacePositionMessage { /* private fields */ }Implementations§
Source§impl SurfacePositionMessage
impl SurfacePositionMessage
pub fn decode(data: Vec<u8>) -> Self
pub fn ground_speed_mops01(&self) -> u16
pub fn cpr_lat_mops01(&self) -> u32
pub fn cpr_lon_mops01(&self) -> u32
pub fn ground_speed_mops2(&self) -> u16
pub fn cpr_lat_mops2(&self) -> u32
pub fn cpr_lon_mops2(&self) -> u32
Trait Implementations§
Source§impl Clone for SurfacePositionMessage
impl Clone for SurfacePositionMessage
Source§fn clone(&self) -> SurfacePositionMessage
fn clone(&self) -> SurfacePositionMessage
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 SurfacePositionMessage
impl Debug for SurfacePositionMessage
Source§impl PartialEq for SurfacePositionMessage
impl PartialEq for SurfacePositionMessage
impl Eq for SurfacePositionMessage
impl StructuralPartialEq for SurfacePositionMessage
Auto Trait Implementations§
impl Freeze for SurfacePositionMessage
impl RefUnwindSafe for SurfacePositionMessage
impl Send for SurfacePositionMessage
impl Sync for SurfacePositionMessage
impl Unpin for SurfacePositionMessage
impl UnsafeUnpin for SurfacePositionMessage
impl UnwindSafe for SurfacePositionMessage
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