#[repr(C)]pub struct bpf_flow_keys {}
Fields§
§nhoff: u16
§thoff: u16
§addr_proto: u16
§is_frag: u8
§is_first_frag: u8
§is_encap: u8
§ip_proto: u8
§n_proto: u16
§sport: u16
§dport: u16
§__bindgen_anon_1: bpf_flow_keys__bindgen_ty_1
§flags: u32
§flow_label: u32
Trait Implementations§
Source§impl Clone for bpf_flow_keys
impl Clone for bpf_flow_keys
Source§fn clone(&self) -> bpf_flow_keys
fn clone(&self) -> bpf_flow_keys
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 bpf_flow_keys
Auto Trait Implementations§
impl Freeze for bpf_flow_keys
impl RefUnwindSafe for bpf_flow_keys
impl Send for bpf_flow_keys
impl Sync for bpf_flow_keys
impl Unpin for bpf_flow_keys
impl UnwindSafe for bpf_flow_keys
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