#[repr(C)]pub struct bpf_sockopt {
pub __bindgen_anon_1: bpf_sockopt__bindgen_ty_1,
pub __bindgen_anon_2: bpf_sockopt__bindgen_ty_2,
pub __bindgen_anon_3: bpf_sockopt__bindgen_ty_3,
pub level: __s32,
pub optname: __s32,
pub optlen: __s32,
pub retval: __s32,
}
Fields§
§__bindgen_anon_1: bpf_sockopt__bindgen_ty_1
§__bindgen_anon_2: bpf_sockopt__bindgen_ty_2
§__bindgen_anon_3: bpf_sockopt__bindgen_ty_3
§level: __s32
§optname: __s32
§optlen: __s32
§retval: __s32
Trait Implementations§
Source§impl Clone for bpf_sockopt
impl Clone for bpf_sockopt
Source§fn clone(&self) -> bpf_sockopt
fn clone(&self) -> bpf_sockopt
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 moreSource§impl Default for bpf_sockopt
impl Default for bpf_sockopt
impl Copy for bpf_sockopt
Auto Trait Implementations§
impl Freeze for bpf_sockopt
impl RefUnwindSafe for bpf_sockopt
impl !Send for bpf_sockopt
impl !Sync for bpf_sockopt
impl Unpin for bpf_sockopt
impl UnwindSafe for bpf_sockopt
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)