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