pub struct AuxAntPosition {
pub nr_sv: u8,
pub error: u8,
pub ambiguity_type: u8,
pub aux_ant_id: u8,
/* private fields */
}Expand description
Auxiliary antenna position info
Fields§
§nr_sv: u8§error: u8§ambiguity_type: u8§aux_ant_id: u8Implementations§
Trait Implementations§
Source§impl Clone for AuxAntPosition
impl Clone for AuxAntPosition
Source§fn clone(&self) -> AuxAntPosition
fn clone(&self) -> AuxAntPosition
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 moreAuto Trait Implementations§
impl Freeze for AuxAntPosition
impl RefUnwindSafe for AuxAntPosition
impl Send for AuxAntPosition
impl Sync for AuxAntPosition
impl Unpin for AuxAntPosition
impl UnsafeUnpin for AuxAntPosition
impl UnwindSafe for AuxAntPosition
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