#[repr(C)]pub struct bpf_xfrm_state {
pub reqid: __u32,
pub spi: __u32,
pub family: __u16,
pub ext: __u16,
pub __bindgen_anon_1: bpf_xfrm_state__bindgen_ty_1,
}
Fields§
§reqid: __u32
§spi: __u32
§family: __u16
§ext: __u16
§__bindgen_anon_1: bpf_xfrm_state__bindgen_ty_1
Trait Implementations§
Source§impl Clone for bpf_xfrm_state
impl Clone for bpf_xfrm_state
Source§fn clone(&self) -> bpf_xfrm_state
fn clone(&self) -> bpf_xfrm_state
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_xfrm_state
impl Default for bpf_xfrm_state
impl Copy for bpf_xfrm_state
Auto Trait Implementations§
impl Freeze for bpf_xfrm_state
impl RefUnwindSafe for bpf_xfrm_state
impl Send for bpf_xfrm_state
impl Sync for bpf_xfrm_state
impl Unpin for bpf_xfrm_state
impl UnwindSafe for bpf_xfrm_state
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
)