#[repr(C)]pub struct tcphdr {
pub __bindgen_anon_1: tcphdr__bindgen_ty_1,
}
Fields§
§__bindgen_anon_1: tcphdr__bindgen_ty_1
Trait Implementations§
Auto Trait Implementations§
impl Freeze for tcphdr
impl RefUnwindSafe for tcphdr
impl Send for tcphdr
impl Sync for tcphdr
impl Unpin for tcphdr
impl UnwindSafe for tcphdr
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