Struct esp_idf_sys::ip_pcb
source · #[repr(C)]pub struct ip_pcb {
pub local_ip: ip_addr_t,
pub remote_ip: ip_addr_t,
pub netif_idx: u8_t,
pub so_options: u8_t,
pub tos: u8_t,
pub ttl: u8_t,
}
Fields§
§local_ip: ip_addr_t
§remote_ip: ip_addr_t
§netif_idx: u8_t
§so_options: u8_t
§tos: u8_t
§ttl: u8_t
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ip_pcb
impl RefUnwindSafe for ip_pcb
impl Send for ip_pcb
impl Sync for ip_pcb
impl Unpin for ip_pcb
impl UnwindSafe for ip_pcb
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)