pub struct NtripConnectionSlot {
pub cd_index: u8,
pub status: u8,
pub error_code: u8,
}Expand description
One NTRIP connection slot (NTRIPClientConnection in SBF; server block uses the same layout).
Fields§
§cd_index: u8§status: u8§error_code: u8Trait Implementations§
Source§impl Clone for NtripConnectionSlot
impl Clone for NtripConnectionSlot
Source§fn clone(&self) -> NtripConnectionSlot
fn clone(&self) -> NtripConnectionSlot
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 NtripConnectionSlot
impl RefUnwindSafe for NtripConnectionSlot
impl Send for NtripConnectionSlot
impl Sync for NtripConnectionSlot
impl Unpin for NtripConnectionSlot
impl UnsafeUnpin for NtripConnectionSlot
impl UnwindSafe for NtripConnectionSlot
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