Struct esp_idf_hal::sys::ip6_hdr
source · #[repr(C, packed(1))]pub struct ip6_hdr {
pub _v_tc_fl: u32,
pub _plen: u16,
pub _nexth: u8,
pub _hoplim: u8,
pub src: ip6_addr_packed,
pub dest: ip6_addr_packed,
}
Fields§
§_v_tc_fl: u32
§_plen: u16
§_nexth: u8
§_hoplim: u8
§src: ip6_addr_packed
§dest: ip6_addr_packed
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: 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
)