#[repr(C)]pub union tcp_word_hdr {
    pub hdr: tcphdr,
    pub words: [__be32; 5],
}Fields§
§hdr: tcphdr§words: [__be32; 5]Trait Implementations§
Source§impl Clone for tcp_word_hdr
 
impl Clone for tcp_word_hdr
Source§fn clone(&self) -> tcp_word_hdr
 
fn clone(&self) -> tcp_word_hdr
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 moreimpl Copy for tcp_word_hdr
Auto Trait Implementations§
impl Freeze for tcp_word_hdr
impl RefUnwindSafe for tcp_word_hdr
impl Send for tcp_word_hdr
impl Sync for tcp_word_hdr
impl Unpin for tcp_word_hdr
impl UnwindSafe for tcp_word_hdr
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