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