Struct libc::sock_fprog [−][src]
#[repr(C)]pub struct sock_fprog { pub len: c_ushort, pub filter: *mut sock_filter, }
Fields
len: c_ushort
filter: *mut sock_filter
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.