pub struct Meas3MpBlock {
pub flags: u8,
pub data: Vec<u8>,
/* private fields */
}Expand description
Meas3MP — multipath correction extension (paired with Meas3Ranges).
Fields§
§flags: u8§data: Vec<u8>Implementations§
Source§impl Meas3MpBlock
impl Meas3MpBlock
Trait Implementations§
Source§impl Clone for Meas3MpBlock
impl Clone for Meas3MpBlock
Source§fn clone(&self) -> Meas3MpBlock
fn clone(&self) -> Meas3MpBlock
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 Meas3MpBlock
impl Debug for Meas3MpBlock
Auto Trait Implementations§
impl Freeze for Meas3MpBlock
impl RefUnwindSafe for Meas3MpBlock
impl Send for Meas3MpBlock
impl Sync for Meas3MpBlock
impl Unpin for Meas3MpBlock
impl UnsafeUnpin for Meas3MpBlock
impl UnwindSafe for Meas3MpBlock
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