#[repr(C, packed(1))]pub struct ip4_header_t__bindgen_ty_2 {
pub checksum_data_64: [u64_; 2],
pub checksum_data_64_32: [u32_; 1],
}Fields§
§checksum_data_64: [u64_; 2]§checksum_data_64_32: [u32_; 1]Trait Implementations§
Source§impl Clone for ip4_header_t__bindgen_ty_2
impl Clone for ip4_header_t__bindgen_ty_2
Source§fn clone(&self) -> ip4_header_t__bindgen_ty_2
fn clone(&self) -> ip4_header_t__bindgen_ty_2
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 moreSource§impl Debug for ip4_header_t__bindgen_ty_2
impl Debug for ip4_header_t__bindgen_ty_2
Source§impl Default for ip4_header_t__bindgen_ty_2
impl Default for ip4_header_t__bindgen_ty_2
Source§fn default() -> ip4_header_t__bindgen_ty_2
fn default() -> ip4_header_t__bindgen_ty_2
Returns the “default value” for a type. Read more
impl Copy for ip4_header_t__bindgen_ty_2
Auto Trait Implementations§
impl Freeze for ip4_header_t__bindgen_ty_2
impl RefUnwindSafe for ip4_header_t__bindgen_ty_2
impl Send for ip4_header_t__bindgen_ty_2
impl Sync for ip4_header_t__bindgen_ty_2
impl Unpin for ip4_header_t__bindgen_ty_2
impl UnsafeUnpin for ip4_header_t__bindgen_ty_2
impl UnwindSafe for ip4_header_t__bindgen_ty_2
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