Struct esp_idf_sys::ip6_hdr
source · #[repr(C, packed(1))]pub struct ip6_hdr {
pub _v_tc_fl: u32_t,
pub _plen: u16_t,
pub _nexth: u8_t,
pub _hoplim: u8_t,
pub src: ip6_addr_p_t,
pub dest: ip6_addr_p_t,
}
Fields§
§_v_tc_fl: u32_t
version / traffic class / flow label
_plen: u16_t
payload length
_nexth: u8_t
next header
_hoplim: u8_t
hop limit
src: ip6_addr_p_t
source and destination IP addresses
dest: ip6_addr_p_t
Trait Implementations§
impl Copy for ip6_hdr
Auto Trait Implementations§
impl Freeze for ip6_hdr
impl RefUnwindSafe for ip6_hdr
impl Send for ip6_hdr
impl Sync for ip6_hdr
impl Unpin for ip6_hdr
impl UnwindSafe for ip6_hdr
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: 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
)§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
)