Union linux_raw_sys::general::tcp_word_hdr
source · [−]Fields
hdr: tcphdr
words: [__be32; 5]
Trait Implementations
sourceimpl Clone for tcp_word_hdr
impl Clone for tcp_word_hdr
sourcefn clone(&self) -> tcp_word_hdr
fn clone(&self) -> tcp_word_hdr
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more