Union linux_raw_sys::general::tcp_word_hdr
source · #[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 copy 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 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