#[repr(C)]pub struct sk_msg_md {
pub __bindgen_anon_1: sk_msg_md__bindgen_ty_1,
pub __bindgen_anon_2: sk_msg_md__bindgen_ty_2,
pub family: u32,
pub remote_ip4: u32,
pub local_ip4: u32,
pub remote_ip6: [u32; 4],
pub local_ip6: [u32; 4],
pub remote_port: u32,
pub local_port: u32,
pub size: u32,
pub __bindgen_anon_3: sk_msg_md__bindgen_ty_3,
}Fields§
§__bindgen_anon_1: sk_msg_md__bindgen_ty_1§__bindgen_anon_2: sk_msg_md__bindgen_ty_2§family: u32§remote_ip4: u32§local_ip4: u32§remote_ip6: [u32; 4]§local_ip6: [u32; 4]§remote_port: u32§local_port: u32§size: u32§__bindgen_anon_3: sk_msg_md__bindgen_ty_3Trait Implementations§
Auto Trait Implementations§
impl Freeze for sk_msg_md
impl RefUnwindSafe for sk_msg_md
impl !Send for sk_msg_md
impl !Sync for sk_msg_md
impl Unpin for sk_msg_md
impl UnwindSafe for sk_msg_md
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