Struct libc::sock_filter
source · #[repr(C)]pub struct sock_filter {
pub code: __u16,
pub jt: __u8,
pub jf: __u8,
pub k: __u32,
}
Fields§
§code: __u16
§jt: __u8
§jf: __u8
§k: __u32
Trait Implementations§
source§impl Clone for sock_filter
impl Clone for sock_filter
source§fn clone(&self) -> sock_filter
fn clone(&self) -> sock_filter
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 more