Struct libc::sock_filter
source · Fields§
§code: __u16§jt: __u8§jf: __u8§k: __u32Trait 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 moresource§impl Debug for sock_filter
impl Debug for sock_filter
source§impl Hash for sock_filter
impl Hash for sock_filter
source§impl PartialEq<sock_filter> for sock_filter
impl PartialEq<sock_filter> for sock_filter
source§fn eq(&self, other: &sock_filter) -> bool
fn eq(&self, other: &sock_filter) -> bool
This method tests for
self and other values to be equal, and is used
by ==.