Struct esp_idf_sys::ip6_frag_hdr
source · #[repr(C, packed(1))]pub struct ip6_frag_hdr {
pub _nexth: u8_t,
pub reserved: u8_t,
pub _fragment_offset: u16_t,
pub _identification: u32_t,
}
Fields§
§_nexth: u8_t
§reserved: u8_t
§_fragment_offset: u16_t
§_identification: u32_t
Trait Implementations§
source§impl Clone for ip6_frag_hdr
impl Clone for ip6_frag_hdr
source§fn clone(&self) -> ip6_frag_hdr
fn clone(&self) -> ip6_frag_hdr
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ip6_frag_hdr
impl Debug for ip6_frag_hdr
source§impl Default for ip6_frag_hdr
impl Default for ip6_frag_hdr
source§fn default() -> ip6_frag_hdr
fn default() -> ip6_frag_hdr
Returns the “default value” for a type. Read more
impl Copy for ip6_frag_hdr
Auto Trait Implementations§
impl Freeze for ip6_frag_hdr
impl RefUnwindSafe for ip6_frag_hdr
impl Send for ip6_frag_hdr
impl Sync for ip6_frag_hdr
impl Unpin for ip6_frag_hdr
impl UnwindSafe for ip6_frag_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
)