#[repr(C)]pub struct sk_reuseport_md {
pub __bindgen_anon_1: sk_reuseport_md__bindgen_ty_1,
pub __bindgen_anon_2: sk_reuseport_md__bindgen_ty_2,
pub len: u32,
pub eth_protocol: u32,
pub ip_protocol: u32,
pub bind_inany: u32,
pub hash: u32,
pub __bindgen_anon_3: sk_reuseport_md__bindgen_ty_3,
pub __bindgen_anon_4: sk_reuseport_md__bindgen_ty_4,
}
Fields§
§__bindgen_anon_1: sk_reuseport_md__bindgen_ty_1
§__bindgen_anon_2: sk_reuseport_md__bindgen_ty_2
§len: u32
§eth_protocol: u32
§ip_protocol: u32
§bind_inany: u32
§hash: u32
§__bindgen_anon_3: sk_reuseport_md__bindgen_ty_3
§__bindgen_anon_4: sk_reuseport_md__bindgen_ty_4
Trait Implementations§
Source§impl Clone for sk_reuseport_md
impl Clone for sk_reuseport_md
Source§fn clone(&self) -> sk_reuseport_md
fn clone(&self) -> sk_reuseport_md
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 sk_reuseport_md
Auto Trait Implementations§
impl Freeze for sk_reuseport_md
impl RefUnwindSafe for sk_reuseport_md
impl !Send for sk_reuseport_md
impl !Sync for sk_reuseport_md
impl Unpin for sk_reuseport_md
impl UnwindSafe for sk_reuseport_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